index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
/
attributes.c
Age
Commit message (
Expand
)
Author
2012-02-16
Allow thread safety attributes on function definitions.
DeLesley Hutchins
2011-10-17
Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end
Richard Smith
2010-04-12
fix PR6287 by accepting and ignoring the returns_twice attribute.
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-25
Fix attribute between function decl ')' and '{' or '=0'
John Thompson
2009-04-28
Simplify the scheme used for keywords, and change the classification
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-10-20
Support attributes in *yet another* place. Is there any place you
Chris Lattner
2008-10-20
Fix a parser bug where we let attributes interfere with our disambiguation
Chris Lattner
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-07-12
-pedantic no longer defaults to on.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer