summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD...Steve Naroff2009-01-291-3/+6
* Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor2008-12-241-2/+20
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-0/+36
* Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...Douglas Gregor2008-12-081-9/+3
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-051-0/+1
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-0/+116
OpenPOWER on IntegriCloud