george.burgess.iv added a comment. Thanks for the patch! ================ Comment at: lib/AST/ExprConstant.cpp:1055 @@ +1054,3 @@ + // computation of __builtin_object_size. + bool OverAllocated = 1; + ---------------- Did you mean `: 1` here? http://reviews.llvm.org/D21453