Go to file
Jim Ingham 7ab079b6d0 Add an option to suppress the persistent result variable when running EvaluateExpression
from Python.  If you don't need to refer to the result in another expression, there's no
need to bloat the persistent variable table with them since you already have the result
SBValue to work with.

<rdar://problem/17963645>

llvm-svn: 215244
2014-08-08 21:45:36 +00:00
clang Use llvm::sys::path::native instead of llvm::sys::fs::normalize_separators. 2014-08-08 21:31:04 +00:00
clang-tools-extra clang-modernize: Transform::createActionFactory return ownership by unique_ptr instead of raw pointer. 2014-08-08 16:06:07 +00:00
compiler-rt [ASan/Win] Print out a big warning and continue without checking for success if SymInitialize() fails 2014-08-08 13:25:55 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx Apply a similar fix to <forward_list> as I did for <list> in r215210. Again, thanks to Ion Gaztañaga for noticing this problem w.r.t LWG#526 2014-08-08 15:58:00 +00:00
libcxxabi Update CREDITS.txt with the list of folks who worked on ARM EHABI support 2014-08-05 15:56:07 +00:00
lld Fix mach-o tests on Windows 2014-08-06 19:37:35 +00:00
lldb Add an option to suppress the persistent result variable when running EvaluateExpression 2014-08-08 21:45:36 +00:00
llvm Remove dead code. Fixes pr20544. 2014-08-08 21:35:52 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly [Fix] Broken build after r215121 2014-08-08 04:23:13 +00:00