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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to