summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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