summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman2013-09-111-5/+9
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-4/+4
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-0/+4
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Correct the order of the parameters to CheckAssignmentConstraints in Eli Friedman2009-04-261-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...Anders Carlsson2009-02-251-1/+1
* Improve Sema of the cleanup attribute somewhat.Anders Carlsson2009-02-071-1/+3
* Forgot to add this test.Anders Carlsson2009-01-311-0/+31