[clang] [clang] Implement StmtPrinter for EmbedExpr (PR #135957)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 17 05:00:54 PDT 2025
================
@@ -435,6 +435,7 @@ ExprResult Parser::createEmbedExpr() {
ExprResult Res;
ASTContext &Context = Actions.getASTContext();
SourceLocation StartLoc = ConsumeAnnotationToken();
+
----------------
Fznamznon wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/135957
More information about the cfe-commits
mailing list