summaryrefslogtreecommitdiff
path: root/test/Sema/pragma-unused.c
Commit message (Expand)AuthorAgeFilesLines
* Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87...Argyrios Kyrtzidis2011-01-271-9/+8
* 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-1/+24
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek2009-08-031-2/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement '#pragma unused'.Ted Kremenek2009-03-231-0/+38