aaron.ballman added a reviewer: majnemer. aaron.ballman added inline comments.
================ Comment at: include/clang/AST/ASTContext.h:1909 + // the unqualified type. + if (T.getQualifiers().hasUnaligned()) + TI.Align = getCharWidth(); ---------------- This makes me a bit uncomfortable -- wouldn't we rather have the distinction between unqualified and qualified types instead of a mixture of both when calling `getTypeInfo()`? https://reviews.llvm.org/D30166 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits