[PATCH] D24289: Add warning when assigning enums to bitfields without an explicit unsigned underlying type

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 15:49:50 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287177: Add warning when assigning enums to bitfields without an explicit unsigned… (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D24289?vs=70760&id=78281#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24289

Files:
  cfe/trunk/include/clang/Basic/DiagnosticGroups.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/Sema/SemaChecking.cpp
  cfe/trunk/test/SemaCXX/warn-msvc-enum-bitfield.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24289.78281.patch
Type: text/x-patch
Size: 4479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161116/f1799b46/attachment-0001.bin>


More information about the cfe-commits mailing list