aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/ClangAttrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-788/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* [tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...Argyrios Kyrtzidis2011-09-131-2/+7
* In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...Argyrios Kyrtzidis2011-09-131-3/+3
* Update Clang AST attribute reader tblgen generation to match with ASTReader c...Douglas Gregor2011-09-091-1/+1
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-081-0/+23
* Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski2011-08-231-0/+2
* Unconstify InitsDavid Greene2011-07-291-3/+3
* [AVX] Constify InitsDavid Greene2011-07-291-3/+3
* [AVX] Remove non-const IteratorsDavid Greene2011-07-291-1/+3
* Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor2011-07-281-4/+4
* 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