summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/ClangAttrEmitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-114/+0
| | | | llvm-svn: 141293
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
| | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-081-0/+13
| | | | | | This patch was written by DeLesley Hutchins. llvm-svn: 139300
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-201-0/+13
| | | | llvm-svn: 116899
* Finish full attribute class emission for clang.Alexis Hunt2010-08-181-0/+39
| | | | | | For more information, see the accompanying clang patch. llvm-svn: 111454
* Add preliminary clang attribute generation support.Alexis Hunt2010-06-161-0/+49
The attribute class generation support is still somewhat limited. See the accompanying clang commit for more details. llvm-svn: 106174
OpenPOWER on IntegriCloud