[PATCH] D151720: [clang][ExprConstant] Fix display of syntactically-invalid note for member function calls

Takuya Shimizu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 23:48:52 PDT 2023


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



More information about the cfe-commits mailing list