Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename -Wunknown-attributes to -Wattributes to match GCC. | Ted Kremenek | 2011-06-01 | 1 | -1/+1 |
| | | | | llvm-svn: 132422 | ||||
* | Add support for differentiating between attributes ignored when handled and | Chandler Carruth | 2010-07-08 | 1 | -0/+4 |
unknown attributes that we discard. Add a diagnostic group for unknown attribute warnings to allow turning these off when we don't care. Also consolidates the tests for this case. llvm-svn: 107864 |