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