[clang] [clang-format] Fix brace wrapping for Java records (PR #164711)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 23 12:49:25 PDT 2025
================
@@ -28918,6 +28918,18 @@ TEST_F(FormatTest, KeywordedFunctionLikeMacros) {
Style);
}
+TEST_F(FormatTest, BreakAfterJavaRecord) {
----------------
HazardyKnusperkeks wrote:
There is a `FormatTestJava.cpp`, please move the test there.
https://github.com/llvm/llvm-project/pull/164711
More information about the cfe-commits
mailing list