[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:05:56 PDT 2016


jlebar updated this revision to Diff 63761.
jlebar marked 5 inline comments as done.
jlebar added a comment.

Address chandlerc's comments.


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.63761.patch
Type: text/x-patch
Size: 7333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160713/81c087e5/attachment.bin>


More information about the llvm-commits mailing list