================
@@ -4244,6 +4222,142 @@ void Parser::ParseTrailingRequiresClause(Declarator &D)
{
}
}
+std::optional<Parser::ContractSpecifierKind>
+Parser::getContractSpecifierKind() {
----------------
ChuanqiXu9 wrote:
Yeah, but `Tok` is a member variable and other functions did this style (use
Tok directly)
https://github.com/llvm/llvm-project/pull/221139
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits