summaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAge
* [tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis2011-09-13
* In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...Argyrios Kyrtzidis2011-09-13
* Update Clang AST attribute reader tblgen generation to match with ASTReader c...Douglas Gregor2011-09-09
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-08
* Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski2011-08-23
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* [AVX] Remove non-const IteratorsDavid Greene2011-07-29
* Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor2011-07-28
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Extend Clang's TableGen emitter for attributes to support bool arguments.Douglas Gregor2011-03-26
* Update the Clang attribute emitter to handle attributes of 'version'Douglas Gregor2011-03-23
* Teach the clang attribute emitter about InheritableParamAttr.John McCall2011-03-02
* Add serialization for Expr* arguments for attributes to clang tablegen files.Sean Hunt2011-02-17
* tblgen: Add support for non-inheritable attributesPeter Collingbourne2011-01-21
* 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