[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
Fri Jun 23 07:53:55 PDT 2023
hazohelet marked 4 inline comments as done.
hazohelet added inline comments.
================
Comment at: clang/lib/AST/ExprConstant.cpp:983
EnableNewConstInterp(C.getLangOpts().EnableNewConstInterp),
- BottomFrame(*this, SourceLocation(), nullptr, nullptr, CallRef()),
+ BottomFrame(*this, SourceLocation(), nullptr, nullptr,
+ /*CallExpr=*/nullptr, CallRef()),
----------------
shafik wrote:
> Let's fix the missing one while here.
Thanks for all the fix.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151720/new/
https://reviews.llvm.org/D151720
More information about the cfe-commits
mailing list