Go to file
David Majnemer 2dd41c5d42 [IR] Manage TheNoneToken with a std::unique_ptr
Hopefully, this will make the sanitizer build bots happy.

llvm-svn: 253248
2015-11-16 20:55:57 +00:00
clang When producing error messages for always_inline functions with the 2015-11-16 18:29:59 +00:00
clang-tools-extra Add a new clang-tidy checker that flags throw expressions whose thrown type is not nothrow copy constructible. While the compiler is free to elide copy constructor calls in some cases, it is under no obligation to do so, which makes the code a portability concern as well as a security concern. 2015-11-16 19:17:43 +00:00
compiler-rt tsan: replace macro check with constant check 2015-11-16 15:55:38 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. 2015-11-16 16:42:16 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld [ELF2] Remove target specific code from GotPltSection. 2015-11-16 17:44:08 +00:00
lldb Revert "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse" 2015-11-16 11:11:10 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm [IR] Manage TheNoneToken with a std::unique_ptr 2015-11-16 20:55:57 +00:00
openmp [OPENMP] Fixed tests for gcc build. 2015-11-16 11:35:57 +00:00
polly ScopInfo: Reset compute operations before starting compute out region 2015-11-13 16:56:13 +00:00