[clang] [clang][ExprConst] Fix rendering of explicit this parameters (PR #177551)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 23 21:24:00 PST 2026
tbaederr wrote:
It was diagnosed as `foo(s)` before and is now `s.foo()`
https://github.com/llvm/llvm-project/pull/177551
More information about the cfe-commits
mailing list