tbaeder added inline comments.

================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:661
     assert(E->getNumInits() == 1);
     return DiscardResult ? this->discard(E->inits()[0])
                          : this->visit(E->inits()[0]);
----------------
cor3ntin wrote:
> how could DiscardResult ever be true here (we return L655?)
Ah yes,  you're right.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156047/new/

https://reviews.llvm.org/D156047

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to