summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/ClangASTNodesEmitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-84/+0
| | | | llvm-svn: 141293
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
| | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+1
| | | | llvm-svn: 121659
* Fix commentAlexis Hunt2010-06-011-1/+1
| | | | llvm-svn: 105297
* Allow for creation of clang DeclNodes tables.Alexis Hunt2010-05-301-5/+53
| | | | | | | | 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
* Fix some stylistic issues with my last commit.Alexis Hunt2010-05-061-2/+2
| | | | llvm-svn: 103164
* Add an emitter to handle the list of clang statement nodes.Alexis Hunt2010-05-051-0/+36
llvm-svn: 103071
OpenPOWER on IntegriCloud