aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/AST.h
AgeCommit message (Expand)Author
2009-02-04Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor
2008-06-09Added new C++ AST Decl subclasses.Argyrios Kyrtzidis
2008-05-29- Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-01Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff
2007-07-11Stage two of getting CFE top correct.Reid Spencer