summaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAge
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-20
* A few 80 column cleanupsJim Grosbach2010-10-08
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-05
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-05
* Fix typoFrancois Pichet2010-10-01
* zap dead methodChris Lattner2010-08-28
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-23
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-19
* Add include missing for VC build.Sean Hunt2010-08-19
* Remove three spurious semicolonsSean Hunt2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Remove unused variables.Duncan Sands2010-06-25
* Add preliminary clang attribute generation support.Sean Hunt2010-06-16