aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangAttrEmitter.cpp
AgeCommit message (Expand)Author
2011-09-13[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis
2011-09-13In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...Argyrios Kyrtzidis
2011-09-09Update Clang AST attribute reader tblgen generation to match with ASTReader c...Douglas Gregor
2011-09-08Added LateParsed property to TableGen attributes.Caitlin Sadowski
2011-08-23Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-29[AVX] Remove non-const IteratorsDavid Greene
2011-07-28Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-03-26Extend Clang's TableGen emitter for attributes to support bool arguments.Douglas Gregor
2011-03-23Update the Clang attribute emitter to handle attributes of 'version'Douglas Gregor
2011-03-02Teach the clang attribute emitter about InheritableParamAttr.John McCall
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