================
@@ -4895,6 +4895,188 @@ TEST_F(FormatTest, FormatTryCatch) {
verifyIncompleteFormat("try {} catch (");
}
+TEST_F(FormatTest, TryMacros) {
----------------
HazardyKnusperkeks wrote:Have we TokenAnnotator tests for the other macro options? If yes please add one too. https://github.com/llvm/llvm-project/pull/183352 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
