aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclBase.cpp
AgeCommit message (Expand)Author
2008-08-20Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-08-10Add some C++ Decl statistics.Argyrios Kyrtzidis
2008-06-17Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner
2008-06-09Added new C++ AST Decl subclasses.Argyrios Kyrtzidis
2008-06-07Fix the line endings in the newly added DeclBase.cpp.Eli Friedman
2008-06-04Move Decl and DeclContext implementations into a new DeclBase.cpp file.Argyrios Kyrtzidis