aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-6/+4
* [AVX] Make Inits FoldableDavid Greene2011-07-111-4/+6
* Extend Clang's TableGen emitter for attributes to support bool arguments.Douglas Gregor2011-03-261-0/+2
* Update the Clang attribute emitter to handle attributes of 'version'Douglas Gregor2011-03-231-0/+46
* Teach the clang attribute emitter about InheritableParamAttr.John McCall2011-03-021-2/+16
* Add serialization for Expr* arguments for attributes to clang tablegen files.Sean Hunt2011-02-171-0/+2
* tblgen: Add support for non-inheritable attributesPeter Collingbourne2011-01-211-12/+47
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-201-0/+18
* A few 80 column cleanupsJim Grosbach2010-10-081-3/+4
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-051-2/+2
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-051-1/+1
* Fix typoFrancois Pichet2010-10-011-1/+1
* zap dead methodChris Lattner2010-08-281-2/+0
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-231-0/+1
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-191-1/+1
* Add include missing for VC build.Sean Hunt2010-08-191-0/+1
* Remove three spurious semicolonsSean Hunt2010-08-191-3/+3
* Finish full attribute class emission for clang.Sean Hunt2010-08-181-14/+568
* Remove unused variables.Duncan Sands2010-06-251-1/+0
* Add preliminary clang attribute generation support.Sean Hunt2010-06-161-0/+85