summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/function-template-specialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-1/+2
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-2/+1
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-1/+2
* Check a pointer is not null before attempting to use it. This prevents aRichard Trieu2013-05-161-0/+9
* Disallow function template partial specializations, from HansDouglas Gregor2011-01-241-0/+5
* When performing name lookup into a scope, check that its entity isDouglas Gregor2010-01-111-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use explicitly-specified template argument lists to help namingDouglas Gregor2009-09-251-0/+10
* WIP implementation of explicit function template specialization. ThisDouglas Gregor2009-09-241-0/+25