[clang] [clang] Inject tokens containing #embed back into token stream (PR #97274)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 06:13:37 PDT 2024
================
@@ -1018,6 +1018,7 @@ ExprResult Parser::ParseCastExpression(CastParseKind ParseKind,
// primary-expression
case tok::numeric_constant:
----------------
cor3ntin wrote:
Can you adapt the couple other places where we parse a numeric constant?
https://github.com/llvm/llvm-project/pull/97274
More information about the cfe-commits
mailing list