Go to file
Faisal Vali d667641542 A quick fix to allow return type deduction on member templates
by ensuring DiagnoseUseOfDecl is called both on the found decl and the
decl being used (i.e the specialization in the case of member templates) whenever they are different.
Per the exchange captured in
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130610/081636.html
a more comprehensive fix that allows both decls to be passed into DiagnoseUseOfDecl is (or should be) forthcoming relatively soon.

llvm-svn: 184043
2013-06-15 11:54:37 +00:00
clang A quick fix to allow return type deduction on member templates 2013-06-15 11:54:37 +00:00
clang-tools-extra Revert "sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current_path." 2013-06-14 21:44:06 +00:00
compiler-rt Properly install LSan interface header, rely on sanitizer header presence in lit tests 2013-06-14 11:45:36 +00:00
debuginfo-tests We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over 2013-06-07 22:09:23 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Test case for r183481. 2013-06-07 14:24:18 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [PECOFF] Add a test for r184036. 2013-06-15 05:20:05 +00:00
lldb Fix unitialized variable in AuxVector::GetEntryName() which crashed in AuxVector::DumpToLog 2013-06-15 00:25:52 +00:00
llvm APInt: Add a fast case for isAllOnesValue. 2013-06-15 11:32:09 +00:00
polly scop detection: inline and remove isValidBasicBlock 2013-06-14 20:20:43 +00:00