summaryrefslogtreecommitdiffstats
path: root/test/Parser/attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Uniformed parsing of GNU attributes at line beginnning and added GNU attribut...Abramo Bagnara2014-08-161-0/+10
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-141-2/+1
* Using the quoted version of an attribute name for consistency with other attr...Aaron Ballman2014-01-021-6/+6
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-311-1/+1
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-0/+35
* Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the endRichard Smith2011-10-171-0/+5
* fix PR6287 by accepting and ignoring the returns_twice attribute.Chris Lattner2010-04-121-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix attribute between function decl ')' and '{' or '=0'John Thompson2009-11-251-0/+1
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-25/+21
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Support attributes in *yet another* place. Is there any place you Chris Lattner2008-10-201-0/+12
* Fix a parser bug where we let attributes interfere with our disambiguationChris Lattner2008-10-201-4/+43
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* -pedantic no longer defaults to on.Chris Lattner2007-07-121-1/+1
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+6