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-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