[PATCH] D13263: Addition of __attribute__((pass_object_size)) to Clang
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 14:01:30 PST 2015
george.burgess.iv marked 2 inline comments as done.
================
Comment at: lib/AST/ExprConstant.cpp:6507-6509
@@ -6506,5 +6544,1 @@
- // handle all cases where the expression has side-effects.
- // Likewise, if Type is 3, we must handle this because CodeGen cannot give a
- // conservatively correct answer in that case.
- if (E->getArg(0)->HasSideEffects(Info.Ctx) || Type == 3)
return Success((Type & 2) ? 0 : -1, E);
----------------
WFM!
Repository:
rL LLVM
http://reviews.llvm.org/D13263
More information about the cfe-commits
mailing list