[PATCH] D22279: [ADT] Add FlagsEnum, used to enable bitwise operations on enums without static_cast.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 18:30:31 PDT 2016


jlebar updated this revision to Diff 63764.
jlebar added a comment.

Get rid of constexpr.


http://reviews.llvm.org/D22279

Files:
  include/llvm/ADT/FlagsEnum.h
  unittests/ADT/CMakeLists.txt
  unittests/ADT/FlagsEnumTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22279.63764.patch
Type: text/x-patch
Size: 7159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160713/b6ca151b/attachment.bin>


More information about the llvm-commits mailing list