Pavel Labath 014d32b3bb Have lldb_assert accept bool expressions
Summary:
This changes lldb_assert to accept bool expressions as the parameter, this is because some
objects (such as std::shared_ptr) are convertible to bool, but are not convertible to int, which
leads to surprising errors.

Reviewers: granata.enrico, zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D9565

llvm-svn: 236819
2015-05-08 09:53:31 +00:00
..
2014-03-29 18:54:20 +00:00
2013-02-15 02:36:40 +00:00
2013-06-17 22:51:50 +00:00
2015-02-11 10:14:13 +00:00
2013-04-17 19:24:22 +00:00