[PATCH] D38772: [refactor] allow the use of refactoring diagnostics
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 02:02:25 PDT 2017
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
Looks good.
================
Comment at: lib/Basic/DiagnosticIDs.cpp:46
unsigned WarnShowInSystemHeader : 1;
- unsigned Category : 5;
+ unsigned Category : 6;
----------------
arphaman wrote:
> hokein wrote:
> > just curious: is this change needed?
> I get a build warning without this change as the bitfield becomes too narrow with the new category, so yeah.
Thanks for explanation.
Repository:
rL LLVM
https://reviews.llvm.org/D38772
More information about the cfe-commits
mailing list