[clang] [Clang][AArch64] Change SME attributes for shared/new/preserved state. (PR #76971)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 5 08:53:36 PST 2024
================
@@ -6787,6 +6787,9 @@ void Parser::ParseDirectDeclarator(Declarator &D) {
// For consistency with attribute parsing.
Diag(Tok, diag::err_keyword_not_allowed) << Tok.getIdentifierInfo();
ConsumeToken();
+ BalancedDelimiterTracker T(*this, tok::l_paren);
----------------
sdesmalen-arm wrote:
Addressed by https://github.com/llvm/llvm-project/pull/76971/commits/ecda4cd68b12b7938dfc2d047bc2aab08260cb09
https://github.com/llvm/llvm-project/pull/76971
More information about the cfe-commits
mailing list