================
@@ -2516,8 +2490,17 @@ Decl *Parser::ParseModuleImport(SourceLocation AtLoc,
SeenError = false;
break;
}
- ExpectAndConsumeSemi(diag::err_module_expected_semi);
- TryConsumeToken(tok::eod);
+
+ bool DontSeeSemi = false;
----------------
yronglin wrote:done https://github.com/llvm/llvm-project/pull/107168 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
