================
@@ -161,7 +171,8 @@ TEST(ConfigParseTest, ParsesConfigurationBools) {
CHECK_PARSE_BOOL(IndentAccessModifiers);
CHECK_PARSE_BOOL(IndentCaseLabels);
CHECK_PARSE_BOOL(IndentCaseBlocks);
- CHECK_PARSE_BOOL(IndentGotoLabels);
+ CHECK_PARSE_ENUM(IndentGotoLabels,
----------------
varshneydevansh wrote:
`3047 | Style.IndentGotoLabels = false; `in
`llvm-project/clang/unittests/Format/FormatTest.cpp
`
I missed this and it's shameful and I corrected it but now looking carefully at
my local end.
https://github.com/llvm/llvm-project/pull/65140
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits