summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/operator-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we determine that a function template specialization produced asDouglas Gregor2011-10-121-4/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* If we attempt to add a constructor template specialization that looksDouglas Gregor2009-11-141-1/+1
* Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor2009-11-131-4/+2
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-2/+4
* Keep track of more information within the template instantiation stack, e.g.,Douglas Gregor2009-07-011-2/+2
* Improve support for overloaded operator templates.Douglas Gregor2009-06-271-0/+2
* Fix a bogus error overloading an operator where the only class Eli Friedman2009-06-271-0/+14