[PATCH] D23766: DebugInfo: introduce DIFlagsUnderlying type for debug info flags

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 11:17:08 PDT 2016


dblaikie added a comment.

Why is it that we aren't just using teh DIFlags type directly everywhere we are currently using unsigned (everywhere you're changing to DIFlagsUnderlying)?


https://reviews.llvm.org/D23766





More information about the llvm-commits mailing list