aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseTemplate.cpp
AgeCommit message (Expand)Author
2008-12-09Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl
2008-12-09Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl
2008-12-05Representation of template type parameters and non-type templateDouglas Gregor
2008-12-02A little more scaffolding for parsing templates:Douglas Gregor
2008-12-01Basic support for parsing templates, from Andrew SuttonDouglas Gregor