[cfe-commits] r117219 - in /cfe/trunk: clang.xcodeproj/project.pbxproj include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td test/Sema/attr-unused.c test/Sema/pragma-unused.c
John McCall
rjmccall at apple.com
Sun Oct 24 04:52:53 PDT 2010
On Oct 23, 2010, at 11:33 PM, Chris Lattner wrote:
> Should the be a subcategory of Wused?
There is no -Wused. It should not be implied by -Wunused, so it can't be a subcategory of that. I can't really give a better suggestion without knowing why anyone would want this in the first place.
BTW, Anders, you typo'ed 'Byt' for 'But'.
John.
More information about the cfe-commits
mailing list