Add preliminary clang attribute generation support.
authorSean Hunt <rideau3@gmail.com>
Wed, 16 Jun 2010 23:45:50 +0000 (23:45 +0000)
committerSean Hunt <rideau3@gmail.com>
Wed, 16 Jun 2010 23:45:50 +0000 (23:45 +0000)
commit16171446c685fb5334e582362a01f20b094aa88a
treefe0d6faf979b749eb73a6902877c058eaab35e42
parent7616b646f1436d11ce0cb16f52ffa10b5522b0ac
Add preliminary clang attribute generation support.

The attribute class generation support is still somewhat limited.
See the accompanying clang commit for more details.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106174 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp [new file with mode: 0644]
utils/TableGen/ClangAttrEmitter.h [new file with mode: 0644]
utils/TableGen/TableGen.cpp