Go to file
Diego Novillo 199de39bf0 Fix use-after-free bug caught by address sanitizer:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/2959

The location string is returned as a std::string, not a StringRef.

llvm-svn: 206032
2014-04-11 13:55:56 +00:00
clang Correctly handle escaped newlines when the next token starts without a space. 2014-04-11 12:27:47 +00:00
clang-tools-extra test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
compiler-rt [tsan] Fix output tests. 2014-04-11 13:01:20 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Remove node from a container before destroying it. Thanks to Alexander Potapenko for pointing this out. 2014-04-11 08:22:42 +00:00
libcxxabi The content of .eh_frame may be misaligned, so use memcpy. This is seen 2014-04-08 11:43:49 +00:00
lld [Mips] Factor out MIPS relocation addend reading to the separate 2014-04-11 07:25:35 +00:00
lldb <rdar://problem/16540961> 2014-04-10 18:17:30 +00:00
llvm Fix use-after-free bug caught by address sanitizer: 2014-04-11 13:55:56 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Remove OpenScop 2014-04-11 09:47:45 +00:00