summaryrefslogtreecommitdiff
path: root/test/Sema/attr-unused.c
AgeCommit message (Expand)Author
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman
2011-03-02Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall
2010-10-24Move the "used but marked unused" warning behind a special warning flag for now.Anders Carlsson
2010-10-22Warn if a variable marked with the "unused" attribute is used. Patch by Darin...Anders Carlsson
2010-03-31Support __attribute__((unused)) on types. This suddenly started firingJohn 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-10-19Improve attribute parsing & tests.Daniel Dunbar