Go to file
Craig Topper 7adf2bf76a Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle ownership and deletion of the values.
Ideally we would store the MultiClasses by value directly in the maps, but I had some trouble with that before and this at least fixes the leak.

llvm-svn: 223997
2014-12-11 05:25:30 +00:00
clang Parse: Concatenated string literals should be verified in inline asm 2014-12-11 01:00:48 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt Update ASan/Win test expectations broken by r223508 2014-12-10 17:56:29 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Update information on where to find buildbots. Remove dead buildbot links. 2014-12-09 22:53:21 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld [ELF] Allow target to adjust a symbol's value for using in a dynamic tag 2014-12-10 20:09:12 +00:00
lldb Disable the remaining ProcessIO test on Windows. 2014-12-10 23:25:28 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle ownership and deletion of the values. 2014-12-11 05:25:30 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Do not run dead code elimination by default 2014-12-10 21:12:23 +00:00