Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the attribute name to the err_attribute_wrong_number_arguments diagnost... | Aaron Ballman | 2013-07-23 | 1 | -1/+1 |
* | Pretty up the wrong-number-of-arguments-for-attribute diagnostic by | John McCall | 2011-03-02 | 1 | -1/+1 |
* | 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 | -3/+19 |
* | Support __attribute__((unused)) on types. This suddenly started firing | John McCall | 2010-03-31 | 1 | -1/+16 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Improve attribute parsing & tests. | Daniel Dunbar | 2008-10-19 | 1 | -0/+12 |