aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/pragma-unused.c
AgeCommit message (Expand)Author
2011-01-27Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87...Argyrios Kyrtzidis
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
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-03Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-23Implement '#pragma unused'.Ted Kremenek