[PATCH] D30923: Warn on enum assignment to bitfields that can't fit all values

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 11:13:16 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL297761: Warn on enum assignment to bitfields that can't fit all values (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D30923?vs=91749&id=91752#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30923

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-bitfield-enum-conversion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30923.91752.patch
Type: text/x-patch
Size: 8568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170314/ba018525/attachment.bin>


More information about the cfe-commits mailing list