Go to file
Marshall Clow f8457a0735 Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map>
llvm-svn: 241091
2015-06-30 18:15:41 +00:00
clang Relax this test so it also works on platforms that use characters other 2015-06-30 18:05:46 +00:00
clang-tools-extra [clang-tidy] Fix false positives in the macro parentheses checker 2015-06-29 12:18:11 +00:00
compiler-rt tsan: fix handling of condition variable destruction 2015-06-30 17:23: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 Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map> 2015-06-30 18:15:41 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld Use copy init instead of direct init. 2015-06-30 18:04:46 +00:00
lldb [NativeProcessLinux] Refactor PtraceWrapper 2015-06-30 17:04:49 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm MIR Printer: extract the code that prints MBB references into a new method. NFC. 2015-06-30 18:00:16 +00:00
openmp Remove _KMP_BUILD_TIME macro from kmp_version.c 2015-06-29 19:22:12 +00:00
polly Update isl to isl-0.15-30-g3518765 2015-06-30 08:22:14 +00:00