[PATCH] D21453: Add support for attribute "overallocated"

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 20 14:16:45 PDT 2016


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





More information about the cfe-commits mailing list