================
@@ -296,6 +296,11 @@ StmtResult
Parser::ParseStatementOrDeclarationAfterAttributes(
goto Retry;
}
+ case tok::kw_alignas: {
+ ParseAlignmentSpecifier(CXX11Attrs);
----------------
AaronBallman wrote:I think this means we now quietly accept this code: https://godbolt.org/z/eb9MhvTWd https://github.com/llvm/llvm-project/pull/133107 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
