Go to file
Douglas Gregor d09efd43d3 When printing an overload candidate that failed due to SFINAE, print a
specific message that includes the template arguments, e.g.,

test/SemaTemplate/overload-candidates.cpp:27:20: note: candidate template
      ignored: substitution failure [with T = int *]
  typename T::type get_type(const T&); // expected-note{{candidate ...
                   ^

llvm-svn: 103348
2010-05-08 20:07:26 +00:00
clang When printing an overload candidate that failed due to SFINAE, print a 2010-05-08 20:07:26 +00:00
compiler-rt tweak arm exports 2010-05-07 23:44:43 +00:00
llvm Fix PR7052, patch by Jakub Staszak! 2010-05-08 20:01:44 +00:00