diff options
author | Owen Pan <owenpiano@gmail.com> | 2023-11-29 12:56:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 12:56:05 -0800 |
commit | bbae59ae71c73e26809d4ab7da1a80239ebd9381 (patch) | |
tree | cba2212c5655e827d6d2d2e17362b3ad1919f670 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4c1745207665262380e9bff65201816a966339d0 (diff) | |
download | llvm-bbae59ae71c73e26809d4ab7da1a80239ebd9381.zip llvm-bbae59ae71c73e26809d4ab7da1a80239ebd9381.tar.gz llvm-bbae59ae71c73e26809d4ab7da1a80239ebd9381.tar.bz2 |
[clang-format] Finalize children after formatting them (#73753)
This would also fix the overlapping replacements below:
```
$ clang-format
a(
#else
#endif
) = []() {
)}
The new replacement overlaps with an existing replacement.
New replacement: <stdin>: 38:+7:"
"
Existing replacement: <stdin>: 38:+7:" "
```
Fixed #73487.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions