Issue | 138484 |
---|---|
Summary | misformatting around objc attribute keywords |
Labels | clang-format, regression, objective-c, objective-c++ |
Assignees | |
Reporter | kadircet |
expected formatting: ```objc NSError *__autoreleasing *foo; ```
actual formatting: ```objc NSError * __autoreleasing * foo; ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs