[clang] [Clang] Implement __reference_converts_from_temporary (PR #91199)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 07:37:25 PDT 2024
================
@@ -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
----------------
erichkeane wrote:
Ah, so was here unintentionally/without good reason? I guess that makes sense. SGTM.
https://github.com/llvm/llvm-project/pull/91199
More information about the cfe-commits
mailing list