[cfe-commits] r162255 - in /cfe/trunk: include/clang/AST/ExprCXX.h lib/AST/ExprCXX.cpp

Jordan Rose jordan_rose at apple.com
Tue Aug 21 09:36:59 PDT 2012


On Aug 20, 2012, at 22:42 , Richard Smith <richard-llvm at metafoo.co.uk> wrote:

> +    ArrayIndexSize = (ArrayIndexSize + Align - 1) & ~(Align - 1);

Yuck. Can we put this (and the other time in appears, during allocation) in a helper function in AlignOf.h?



More information about the cfe-commits mailing list