Issue |
137770
|
Summary |
Wrong indentation on explicit operator calls
|
Labels |
clang-format,
regression
|
Assignees |
|
Reporter |
kadircet
|
> Starting with https://github.com/llvm/llvm-project/pull/136073, we now get the formatting of:
> ```cpp
> auto foo() {
> return sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.
> operator int*();
> }
> ```
>
> emphasis on the missing indentation before `operator`.
_Originally posted by @kadircet in [#135972](https://github.com/llvm/llvm-project/issues/135972#issuecomment-2834911858)_
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs