Age | Commit message (Expand) | Author |
---|---|---|
2011-01-27 | Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87... | Argyrios Kyrtzidis |
2010-10-24 | Move the "used but marked unused" warning behind a special warning flag for now. | Anders Carlsson |
2010-10-22 | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-08-03 | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-23 | Implement '#pragma unused'. | Ted Kremenek |