Go to file
Richard Smith 535ff80354 [modules] When picking one of two template declarations as a lookup result,
it's not sufficient to prefer the declaration with more default arguments, or
the one that's visible; they might both be visible, but one of them might have
a visible default argument where the other has a hidden default argument.

llvm-svn: 247486
2015-09-11 22:39:35 +00:00
clang [modules] When picking one of two template declarations as a lookup result, 2015-09-11 22:39:35 +00:00
clang-tools-extra [clang-tidy] Fix minor issues in the testing script. 2015-09-11 22:38:26 +00:00
compiler-rt ubsan: Implement memory permission validation for vtables. 2015-09-11 22:18:35 +00:00
debuginfo-tests
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Fix handling of _start being undefined. 2015-09-11 21:44:55 +00:00
lldb Fix a thinko causing test logs for crashes to not get written. 2015-09-11 21:27:37 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola. 2015-09-11 22:04:21 +00:00
openmp [OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shutdown 2015-09-10 21:33:50 +00:00
polly Merge TempScop into Scop 2015-09-11 21:41:48 +00:00