[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:46:14 PDT 2023
hazohelet updated this revision to Diff 527294.
hazohelet added a comment.
Address comments from @tbaeder
- Change `dyn_cast_or_null` to `dyn_cast_if_present`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151720/new/
https://reviews.llvm.org/D151720
Files:
clang/docs/ReleaseNotes.rst
clang/lib/AST/ExprConstant.cpp
clang/test/AST/Interp/constexpr-nqueens.cpp
clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.cpp
clang/test/CXX/temp/temp.param/p8-cxx20.cpp
clang/test/SemaCXX/constant-expression-cxx11.cpp
clang/test/SemaCXX/constexpr-frame-describe.cpp
clang/test/SemaCXX/cxx2a-consteval.cpp
clang/test/SemaCXX/deduced-return-type-cxx14.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151720.527294.patch
Type: text/x-patch
Size: 16728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230601/8e4a3ba5/attachment.bin>
More information about the cfe-commits
mailing list