================
@@ -1779,9 +1779,8 @@ void Parser::ParseClassSpecifier(tok::TokenKind 
TagTokKind,
           tok::kw___is_union,
           tok::kw___is_unsigned,
           tok::kw___is_void,
-          tok::kw___is_volatile,
-          tok::kw___reference_binds_to_temporary,
-          tok::kw___reference_constructs_from_temporary))
+          tok::kw___is_volatile
----------------
cor3ntin wrote:

As they are new names, they were never structs. So there is no need for 
compatibility for old standard libraries.

https://github.com/llvm/llvm-project/pull/91199
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to