aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DeclNodes.td
AgeCommit message (Expand)Author
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2012-01-01Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-02Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor
2011-08-14Implement function template specialization at class scope extension in Micros...Francois Pichet
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner
2011-02-09NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall
2010-11-21Major anonymous union/struct redesign.Francois Pichet
2010-07-29Refactor redeclarable template declarationsPeter Collingbourne
2010-06-16Implement first TD-based usage of attributes.Sean Hunt
2010-06-05Added AccessSpecDecl node.Abramo Bagnara
2010-05-30Move .td files from AST to Basic.Sean Hunt