[PATCH] D40933: [ModRefInfo] Make enum ModRefInfo an enum class [NFC].

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 22:10:37 PST 2017


asbirlea added a comment.

Yes. Just added static casts in the header where we do all the bit-wise operations, and find-replaced all occurrences to include `ModRefInfo::` prefix.


https://reviews.llvm.org/D40933





More information about the llvm-commits mailing list