================
@@ -78,6 +79,20 @@ bool Parser::isCXXDeclarationStatement(
[[fallthrough]];
// simple-declaration
default:
+
+ if (DisambiguatingWithExpression) {
+ TentativeParsingAction TPA(*this, true);
----------------
zwuis wrote:`/*ParameterName=*/true` Ditto below. https://github.com/llvm/llvm-project/pull/178842 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
