index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
ClangAttrEmitter.cpp
Age
Commit message (
Expand
)
Author
2011-09-13
[tablegen] In ClangAttrEmitter.cpp handle SourceLocation arguments to attribu...
Argyrios Kyrtzidis
2011-09-13
In ClangAttrEmitter.cpp emit code that allows attributes to keep their source...
Argyrios Kyrtzidis
2011-09-09
Update Clang AST attribute reader tblgen generation to match with ASTReader c...
Douglas Gregor
2011-09-08
Added LateParsed property to TableGen attributes.
Caitlin Sadowski
2011-08-23
Thread safety: Adding in an option for variadic expr* array of arguments
Caitlin Sadowski
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-29
[AVX] Remove non-const Iterators
David Greene
2011-07-28
Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...
Douglas Gregor
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-03-26
Extend Clang's TableGen emitter for attributes to support bool arguments.
Douglas Gregor
2011-03-23
Update the Clang attribute emitter to handle attributes of 'version'
Douglas Gregor
2011-03-02
Teach the clang attribute emitter about InheritableParamAttr.
John McCall
2011-02-17
Add serialization for Expr* arguments for attributes to clang tablegen files.
Sean Hunt
2011-01-21
tblgen: Add support for non-inheritable attributes
Peter Collingbourne
2010-10-20
Add a way to emit StringSwitch of clang attribute spellings.
Anders Carlsson
2010-10-08
A few 80 column cleanups
Jim Grosbach
2010-10-05
Update attribute reading for the changed source location code.
Sebastian Redl
2010-10-05
Properly deserialize Clang types that are used as attribute arguments
Douglas Gregor
2010-10-01
Fix typo
Francois Pichet
2010-08-28
zap dead method
Chris Lattner
2010-08-23
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-19
Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on
Eli Friedman
2010-08-19
Add include missing for VC build.
Sean Hunt
2010-08-19
Remove three spurious semicolons
Sean Hunt
2010-08-18
Finish full attribute class emission for clang.
Sean Hunt
2010-06-25
Remove unused variables.
Duncan Sands
2010-06-16
Add preliminary clang attribute generation support.
Sean Hunt