diff options
author | kadir çetinkaya <kadircet@google.com> | 2024-08-24 03:04:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 03:04:30 +0200 |
commit | e439fdf4ea0dbc6f001428f4d4956700bf26bb97 (patch) | |
tree | 3b1ef4b05d2b739e072d3604c0dfac350ffdc018 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 74b538d7e6428921b0bc8f1f5d5dc287c430fa29 (diff) | |
download | llvm-e439fdf4ea0dbc6f001428f4d4956700bf26bb97.zip llvm-e439fdf4ea0dbc6f001428f4d4956700bf26bb97.tar.gz llvm-e439fdf4ea0dbc6f001428f4d4956700bf26bb97.tar.bz2 |
[clang-format] Treat new expressions as simple functions (#105168)
ccae7b461be339e717d02f99ac857cf0bc7d17f improved handling for nested
calls, but this resulted in a lot of changes near `new` expressions.
This patch tries to restore previous behavior around new expressions, by
treating them as simple functions, which seem to align with the concept.
Fixes https://github.com/llvm/llvm-project/issues/105133.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions