summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/operator-template.cpp
AgeCommit message (Expand)Author
2014-01-11Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2011-10-12When we determine that a function template specialization produced asDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14If we attempt to add a constructor template specialization that looksDouglas Gregor
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-07-01Keep track of more information within the template instantiation stack, e.g.,Douglas Gregor
2009-06-27Improve support for overloaded operator templates.Douglas Gregor
2009-06-27Fix a bogus error overloading an operator where the only class Eli Friedman