aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclNodes.def
AgeCommit message (Expand)Author
2009-07-27Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis
2009-07-17ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC...Argyrios Kyrtzidis
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor
2009-05-31Initial infrastructure for class template partial specialization. HereDouglas Gregor
2009-05-30Get rid of CXXTempVarDecl.Anders Carlsson
2009-04-24Make sure that ObjCCompatibleAlias and ObjCImplementation decls are considere...Douglas Gregor
2009-04-21Add the beginnings of a CXXTempVarDecl class.Anders Carlsson
2009-03-28Create AST nodes for namespace aliases.Anders Carlsson
2009-03-14More static_assert work. Check that the assert expr is valid and show an erro...Anders Carlsson
2009-03-11Eliminate CXXClassVarDecl. It doesn't add anythingDouglas Gregor
2009-03-08Update DeclNodes.def to reflect the move of ObjCCategoryImplChris Lattner
2009-02-17Implement basic parsing and semantic analysis for explicitDouglas Gregor
2009-02-17Added ClassTemplateSpecializationDecl, which is a subclass ofDouglas Gregor
2009-02-16Make DeclContexts maintenance a bit easier.Argyrios Kyrtzidis
2009-02-10Refactor FieldDecls to be ValueDecls instead of NamedDecls.Mike Stump
2009-02-04Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor
2009-02-03Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor
2009-02-02Add a macro-based enumeration of all of the Decl nodes (like we doDouglas Gregor