krasimir added a comment. We found another regression with this in wrongly indenting/not putting on its own line ObjC `@interface`:
% ./clang-format --version clang-format version 15.0.0 (https://github.com/llvm/llvm-project.git 50cd52d9357224cce66a9e00c9a0417c658a5655) % cat test.m NS_SWIFT_NAME(A) @interface B : C @property(readonly) D value; @end % ./clang-format test.m NS_SWIFT_NAME(A) @interface B : C @property(readonly) D value; @end % Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D123676/new/ https://reviews.llvm.org/D123676 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits