Go to file
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
clang clang-format: [JS] Avoid bad line-warp around "function". 2015-05-08 08:38:52 +00:00
clang-tools-extra [clang-tidy] Fix for llvm.org/PR23161 2015-05-08 07:56:24 +00:00
compiler-rt builtins: Implement the functions from stdatomic.h 2015-05-08 05:39:05 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc r600: Use __clc_ldexp on asics that don't implement the intruction 2015-05-06 21:59:30 +00:00
libcxx Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. 2015-05-06 12:11:22 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
lld [Mips] Update test cases to reflect changes in the yaml2obj tool 2015-05-07 16:24:09 +00:00
lldb Have lldb_assert accept bool expressions 2015-05-08 09:53:31 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [mips] Emit the .insn directive for empty basic blocks. 2015-05-08 09:10:15 +00:00
openmp D9306 omp 4.1 async offload support (partial): code changes 2015-05-07 17:41:51 +00:00
polly [cmake] Remove two unused include paths 2015-05-06 12:28:23 +00:00