summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DeclNodes.td
Commit message (Expand)AuthorAge
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-06
* Sema for Captured StatementsTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-22
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-01
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-27
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-02
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-14
* Implement support for C++0x alias templates.Richard Smith2011-05-05
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-17
* NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall2011-02-09
* Major anonymous union/struct redesign.Francois Pichet2010-11-21
* Refactor redeclarable template declarationsPeter Collingbourne2010-07-29
* Implement first TD-based usage of attributes.Sean Hunt2010-06-16
* Added AccessSpecDecl node.Abramo Bagnara2010-06-05
* Move .td files from AST to Basic.Sean Hunt2010-05-30