summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.fct.spec
Commit message (Expand)AuthorAgeFilesLines
* Improve template argument deduction in the case where the parameterDouglas Gregor2009-09-301-1/+3
* Refactor MarkDeductedTemplateParameters intoDouglas Gregor2009-09-141-2/+14
* Tighten up checking of non-dependent arguments as part of templateDouglas Gregor2009-09-141-0/+10
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-221-12/+8
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-213-0/+114
* Update for LLVM API change.Owen Anderson2009-07-272-2/+2
* Implement template argument deduction when taking the address of aDouglas Gregor2009-07-081-0/+22
* Improve template argument deduction from a call. In particular,Douglas Gregor2009-07-071-2/+28
* Fix RUN line so this test doesn't hang.Ted Kremenek2009-07-021-1/+1
* Keep track of more information within the template instantiation stack, e.g.,Douglas Gregor2009-07-011-0/+17
* Cope with explicitly-specified function template arguments when thereDouglas Gregor2009-07-011-0/+11
* When explicit template arguments are provided for a function call,Douglas Gregor2009-06-301-4/+5
* Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor2009-06-301-0/+11
* During template argument deduction from a function call, allowDouglas Gregor2009-06-261-1/+10
* A little template argument deduction test uncovered an "oops". As partDouglas Gregor2009-06-261-0/+7
* Template argument deduction is no longer responsible for checkingDouglas Gregor2009-06-261-1/+18
* Improve template argument deduction for reference parameters whenDouglas Gregor2009-06-262-0/+75
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-0/+11
OpenPOWER on IntegriCloud