================ @@ -203,19 +203,6 @@ template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { } }; -template <> struct ScalarEnumerationTraits<FormatStyle::BracketAlignmentStyle> { ---------------- gedare wrote:
Thanks for the hint. I've just about got it figured out. One failing test case I have to chase down: ``` ConfigParseTest.cpp:116: Failure Expected equality of these values: Styles[0] Which is: 1096-byte object <00-00 00-00 FF-FF FF-FF 01-02 00-00 00-00 00-00 00-00 00-00 00-00 00-01 00-00 00-00 00-00 00-00 00-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 F0-4D 08-02 00-00 00-00 90-4E 08-02 00-00 00-00 F0-4E 08-02 00-00 00-00 02-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> Styles[i] Which is: 1096-byte object <00-00 00-00 FF-FF FF-FF 01-02 00-00 00-00 00-00 00-00 00-00 00-00 00-01 00-00 00-00 00-00 00-00 00-00 00-01 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 00-00 01-00 00-00 00-00 00-00 50-45 08-02 00-00 00-00 F0-45 08-02 00-00 00-00 F0-45 08-02 00-00 00-00 02-00 00-00 00-00 00-00 90-D0 08-02 00-00 00-00 80-D0 08-02 00-00 00-00> Style #1 of 5 differs from Style #0 ``` https://github.com/llvm/llvm-project/pull/108332 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits