summaryrefslogtreecommitdiff
path: root/test/Parser/attributes.c
AgeCommit message (Expand)Author
2014-08-16Uniformed parsing of GNU attributes at line beginnning and added GNU attribut...Abramo Bagnara
2014-04-14Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman
2014-01-02Using the quoted version of an attribute name for consistency with other attr...Aaron Ballman
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith
2012-02-16Allow thread safety attributes on function definitions.DeLesley Hutchins
2011-10-17Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the endRichard Smith
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