summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rudimentary checking of template arguments against their correspondingDouglas Gregor2009-02-091-6/+17
* Implement Sebastian's idea for simplifying our handling of the greater-than o...Douglas Gregor2009-02-091-2/+6
* Eliminate TemplateArg so that we only have a single kind ofDouglas Gregor2009-02-091-18/+27
* Start processing template-ids as types when the template-name refersDouglas Gregor2009-02-091-23/+59
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-4/+11
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-19/+20
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* rename tok::annot_qualtypename -> tok::annot_typename, which is bothChris Lattner2009-01-061-1/+1
* TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can Chris Lattner2009-01-051-2/+2
* Simplify some control flow and remove a call to TryAnnotateCXXScopeTokenChris Lattner2009-01-041-12/+11
* Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor2008-12-241-51/+94
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-2/+106
* Use a scoped object to manage entry/exit from a parser scope rather than expl...Douglas Gregor2008-12-101-4/+1
* Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl2008-12-091-2/+1
* Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl2008-12-091-3/+4
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-1/+1
* A little more scaffolding for parsing templates:Douglas Gregor2008-12-021-38/+44
* Basic support for parsing templates, from Andrew SuttonDouglas Gregor2008-12-011-0/+288
OpenPOWER on IntegriCloud