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

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 15:59:20 PDT 2016


chandlerc added a comment.

This patch has no detailed descrpition. Can you add some context, such as problem trying to solve, link to discussions, and maybe why this approach is better than the other two proposed? (looking at the code now, but just wanted to make the initial comment)


http://reviews.llvm.org/D22279





More information about the llvm-commits mailing list