Go to file
Argyrios Kyrtzidis 30a2432682 [libclang] Don't bind a StringRef to a temporary std::string object.
It may end up pointing at garbage.

Fixes the MSVC debug build. rdar://11703319

llvm-svn: 159377
2012-06-28 21:03:08 +00:00
clang [libclang] Don't bind a StringRef to a temporary std::string object. 2012-06-28 21:03:08 +00:00
compiler-rt tsan: clear shadow for ucontext, because it's visible to user 2012-06-28 18:20:50 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) 2012-06-28 16:47:34 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Fix CMake build to use target_link_libraries. Patch by Sidney Manning! 2012-06-25 21:42:38 +00:00
lldb Make the error message when we time out waiting for debugserver to reply to the qLaunchSuccess packet less cryptic. 2012-06-28 20:30:23 +00:00
llvm Changed the formatting sequence of a curly brace to 2012-06-28 20:46:26 +00:00
polly Add TempScop::isWrite() function. 2012-06-22 10:59:36 +00:00