[PATCH] D25621: DebugInfo: use DIAlignment type.
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 14 09:34:28 PDT 2016
aprantl added inline comments.
================
Comment at: include/clang/AST/ASTContext.h:83
uint64_t Width;
- unsigned Align;
+ llvm::DIAlignment Align;
bool AlignIsRequired : 1;
----------------
I'm not sure we want to use a debug info type inside the AST. I think we only want to use them in CGDebugInfo.cpp.
https://reviews.llvm.org/D25621
More information about the cfe-commits
mailing list