summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-unused.c
Commit message (Expand)AuthorAgeFilesLines
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-1/+1
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-1/+1
* Move the "used but marked unused" warning behind a special warning flag for now.Anders Carlsson2010-10-241-1/+1
* Warn if a variable marked with the "unused" attribute is used. Patch by Darin...Anders Carlsson2010-10-221-3/+19
* Support __attribute__((unused)) on types. This suddenly started firingJohn McCall2010-03-311-1/+16
* 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
* Improve attribute parsing & tests.Daniel Dunbar2008-10-191-0/+12