Go to file
Benjamin Kramer 23632bd466 ARMAsmParser: Plug a leak.
Using an object to do the cleanup may look like overkill, but it's safer and nicer than putting deletes everywhere.

llvm-svn: 187696
2013-08-03 22:16:24 +00:00
clang Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. 2013-08-03 17:40:38 +00:00
clang-tools-extra Remove dead #includes. 2013-07-31 22:28:46 +00:00
compiler-rt [msan] Allocator statistics interface and malloc hooks. 2013-08-02 14:26:58 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx debug mode for unordered_map. Also picked up a missing check and test in unordered_multimap. This wraps up debug mode for the unordered containers. 2013-08-02 17:50:49 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld Remove unused using's. 2013-08-02 23:22:46 +00:00
lldb Mark additional icc test failures as expected fail. 2013-08-02 17:53:28 +00:00
llvm ARMAsmParser: Plug a leak. 2013-08-03 22:16:24 +00:00
polly Dependence: Add DEBUG support. 2013-07-31 14:35:17 +00:00