[PATCH] D151720: [clang][ExprConstant] Fix display of syntactically-invalid note for member function calls
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 21:30:02 PDT 2023
tbaeder added a comment.
Can you show the output for an example where the `->` notation is correct, e.h. https://godbolt.org/z/6a5oExjME ?
I suppose the patch doesn't change this much, but the current way that's displayed (`&{*new Foo#0}->zomg()`) is... questionable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151720/new/
https://reviews.llvm.org/D151720
More information about the cfe-commits
mailing list