[clang] [clang-format] Fix a bug in annotating CastRParen (PR #102261)
Pierre Jolivet via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 28 05:31:34 PDT 2024
prj- wrote:
What's your version?
```
$ clang-format-20 gh.txt
void a() { double b = ((double)c(0)) * d / (double)0; }
```
https://github.com/llvm/llvm-project/pull/102261
More information about the cfe-commits
mailing list