summaryrefslogtreecommitdiff
path: root/test/Sema/constructor-attribute.c
AgeCommit message (Expand)Author
2014-07-24Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman
2014-07-22Improve the checkUInt32Argument() helper function so that it diagnoses intege...Aaron Ballman
2014-01-02Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman
2013-11-21Refactored integer argument checking code into a helper method. Removes a con...Aaron Ballman
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2011-01-25Change the wording of the bad-decl-for-attribute warning and errorJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-07-31Support __attribute__(({con,de}structor)) in Parse & SemaDaniel Dunbar