Go to file
Alexey Samsonov 1866b58885 [ASan] Split static ASan runtime in two parts: asan and asan_cxx.
asan_cxx containts replacements for new/delete operators, and should
only be linked in C++ mode. We plan to start building this part
with exception support to make new more standard-compliant.

See https://code.google.com/p/address-sanitizer/issues/detail?id=295
for more details.

llvm-svn: 208609
2014-05-12 18:39:22 +00:00
clang [scan-build] Pass --sysroot through for both compilation and linking. 2014-05-12 17:04:44 +00:00
clang-tools-extra Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. 2014-05-10 16:32:07 +00:00
compiler-rt [ASan] Split static ASan runtime in two parts: asan and asan_cxx. 2014-05-12 18:39:22 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi Implement ARM EHABI exception handling. 2014-05-10 00:42:10 +00:00
lld [Mips] Update test case expectations to reflect changes in the 2014-05-11 08:54:30 +00:00
lldb python: silence macro redefinition warnings 2014-05-12 06:44:01 +00:00
llvm DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs and reduce nesting/conditionals. 2014-05-12 18:23:35 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly delinearize together all accesses to the same array 2014-05-09 22:45:15 +00:00