hazohelet marked 2 inline comments as done.
hazohelet added inline comments.


================
Comment at: clang/lib/AST/ExprConstant.cpp:1933
+    } else if (const auto *OCE =
+                   dyn_cast_or_null<CXXOperatorCallExpr>(CallExpr)) {
+      OCE->getArg(0)->printPretty(Out, nullptr, Info.Ctx.getPrintingPolicy(),
----------------
tbaeder wrote:
> 
Thank you. I fixed them.


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

https://reviews.llvm.org/D151720

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

Reply via email to