Allow for creation of clang DeclNodes tables.
authorSean Hunt <rideau3@gmail.com>
Sun, 30 May 2010 07:21:42 +0000 (07:21 +0000)
committerSean Hunt <rideau3@gmail.com>
Sun, 30 May 2010 07:21:42 +0000 (07:21 +0000)
commitc10a62b0d53a7cb39b2ccb12c2dd9748ccd12f43
tree286be808e7f1b060e2bfcc38f6fed13df07ac2f7
parent4ed81ecbcd139fe13985a1b962f6cd522b90b79e
Allow for creation of clang DeclNodes tables.

The StmtNodes generator has been generalized to allow for the
creation of DeclNodes tables as well, and another emitter was
added for DeclContexts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105164 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangASTNodesEmitter.cpp
utils/TableGen/ClangASTNodesEmitter.h
utils/TableGen/TableGen.cpp