================
@@ -340,6 +340,17 @@ TEST_F(NumericLiteralCaseTest,
UnderScoreSeparatorLanguages) {
verifyFormat("o = 0o0_10_010;", "o = 0O0_10_010;", Style);
}
+TEST_F(NumericLiteralCaseTest, IncompleteLiteralDoesNotCrash) {
----------------
LeGusto wrote:moved https://github.com/llvm/llvm-project/pull/206594 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
