Issue 139510
Summary Wrong indentation around attribute macros with PointerAlignment: Left
Labels c++, clang-format
Assignees
Reporter kadircet
    command: `clang-format -style='{PointerAlignment: Left, AttributeMacros: [my_fancy_attr]}' a.cc`

actual:
```cpp
void foo(const MyLongTypeNameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee* my_fancy_attr
 testttttttttt);
```

expected:
```cpp
void foo(const MyLongTypeNameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee* my_fancy_attr
 testttttttttt);
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to