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

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 13 11:56:52 PDT 2023


cjdb accepted this revision.
cjdb added a comment.
This revision is now accepted and ready to land.

This patch seems like a win to me.



================
Comment at: clang/docs/ReleaseNotes.rst:325
+  invalid code. Furthermore, it also displays the object as written by the user.
+  (`#57081: <https://github.com/llvm/llvm-project/issues/57081>`_).
 
----------------
I like that we're referencing bugs in our release notes now :)


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

https://reviews.llvm.org/D151720



More information about the cfe-commits mailing list