summaryrefslogtreecommitdiff
path: root/test/Sema/constructor-attribute.c
Commit message (Expand)AuthorAgeFilesLines
* Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman2014-07-241-1/+1
* Improve the checkUInt32Argument() helper function so that it diagnoses intege...Aaron Ballman2014-07-221-0/+1
* Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman2014-01-021-2/+2
* Refactored integer argument checking code into a helper method. Removes a con...Aaron Ballman2013-11-211-2/+2
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-2/+2
* Change the wording of the bad-decl-for-attribute warning and errorJohn McCall2011-01-251-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Support __attribute__(({con,de}structor)) in Parse & SemaDaniel Dunbar2008-07-311-0/+15