aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangAttrEmitter.cpp
AgeCommit message (Expand)Author
2011-02-17Add serialization for Expr* arguments for attributes to clang tablegen files.Sean Hunt
2011-01-21tblgen: Add support for non-inheritable attributesPeter Collingbourne
2010-10-20Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson
2010-10-08A few 80 column cleanupsJim Grosbach
2010-10-05Update attribute reading for the changed source location code.Sebastian Redl
2010-10-05Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor
2010-10-01Fix typoFrancois Pichet
2010-08-28zap dead methodChris Lattner
2010-08-23Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth
2010-08-19Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman
2010-08-19Add include missing for VC build.Sean Hunt
2010-08-19Remove three spurious semicolonsSean Hunt
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-06-25Remove unused variables.Duncan Sands
2010-06-16Add preliminary clang attribute generation support.Sean Hunt