summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/ClangASTNodesEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-168/+0
| | | | llvm-svn: 141293
* TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector ↵NAKAMURA Takumi2011-04-111-4/+7
| | | | | | | | may be used instead of RecordSet. The result of DeclNodes.inc was unstable on msys, Windows 7 x64. llvm-svn: 129317
* Allow for creation of clang DeclNodes tables.Alexis Hunt2010-05-301-46/+70
| | | | | | | | The StmtNodes generator has been generalized to allow for the creation of DeclNodes tables as well, and another emitter was added for DeclContexts. llvm-svn: 105164
* Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macroAlexis Hunt2010-05-181-20/+27
| | | | | | Also rename ABSTRACT to ABSTRACT_STMT llvm-svn: 104018
* Fix some stylistic issues with my last commit.Alexis Hunt2010-05-061-76/+84
| | | | llvm-svn: 103164
* Add newline to end of file to avoid warningShantonu Sen2010-05-051-1/+1
| | | | | | when building llvm with clang llvm-svn: 103084
* Include the right header for toupperAlexis Hunt2010-05-051-1/+1
| | | | llvm-svn: 103073
* Add an emitter to handle the list of clang statement nodes.Alexis Hunt2010-05-051-0/+126
llvm-svn: 103071
OpenPOWER on IntegriCloud