[PATCH] D25620: DebugInfo: introduce DIAlignment type

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 09:14:13 PDT 2016


aprantl added a comment.

After letting this sit for a few days, I think that using an unsigned (there doesn't seem to be much precedent for uint32_t) is the way to go. It's more readable than an opaque DIAlignment type (whose size isn't obvious from the name).


https://reviews.llvm.org/D25620





More information about the llvm-commits mailing list