aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/attributes.c
AgeCommit message (Expand)Author
2010-04-12fix PR6287 by accepting and ignoring the returns_twice attribute.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-25Fix attribute between function decl ')' and '{' or '=0'John Thompson
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-10-20Support attributes in *yet another* place. Is there any place you Chris Lattner
2008-10-20Fix a parser bug where we let attributes interfere with our disambiguationChris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-12-pedantic no longer defaults to on.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer