Go to file
Reid Kleckner 949f9b9f64 [asan/win] Move breakpoint from Abort to internal__exit
Now that we use TerminateProcess, the debugger doesn't stop on program
exit. Add this breakpoint so that the debugger stops after asan reports
an error and is prepared to exit the program.

llvm-svn: 286501
2016-11-10 20:44:05 +00:00
clang Clean up uses of unique_ptr for RAII objects. NFC. 2016-11-10 20:43:52 +00:00
clang-tools-extra Handle adding new nested namespace in old namespace. 2016-11-10 18:29:01 +00:00
compiler-rt [asan/win] Move breakpoint from Abort to internal__exit 2016-11-10 20:44:05 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Protect bitset tests under libcpp-no-exceptions 2016-11-10 16:54:55 +00:00
libcxxabi [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. 2016-11-09 04:14:31 +00:00
libunwind [CMake] Get libunwind building under LLVM/runtimes 2016-11-08 23:02:49 +00:00
lld Make the .idata$4 and .idata$5 import lib sections 8 bytes on x64 2016-11-10 20:38:58 +00:00
lldb [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilities 2016-11-10 19:16:17 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Fix type ambiguity with std::max 2016-11-10 20:35:21 +00:00
openmp Added check for malloc return. 2016-11-10 09:08:03 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly SCEVAffinator: pass parameter-only set to addRestriction if BB=nullptr 2016-11-10 11:44:10 +00:00