[PATCH] D37620: [Sema] Put tautological comparison of unsigned and zero into it's own flag
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 8 06:14:17 PDT 2017
aaron.ballman added a comment.
In https://reviews.llvm.org/D37620#864684, @sammccall wrote:
> Thanks!
> Unless I'm missing something, the current patch just adds the category, but doesn't actually recategorize the warning, right?
The diagnostics in DiagnosticSemaKinds.td are changed to be in the new group.
Repository:
rL LLVM
https://reviews.llvm.org/D37620
More information about the cfe-commits
mailing list