[PATCH] D144202: [ADT] Alternative way to declare enum type as bitmask

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 03:07:37 PST 2023


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: wdng.

LGTM. I reproduced the same thing, except I was also trying to eliminate the existing LLVM_MARK_AS_BITMASK_ENUM method which was the tricky part


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144202/new/

https://reviews.llvm.org/D144202



More information about the llvm-commits mailing list