[PATCH] D81395: [AST][RecoveryExpr] Preserve the invalid "undef_var" initializer.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 07:38:22 PDT 2020


hokein marked an inline comment as done.
hokein added inline comments.


================
Comment at: clang/include/clang/Sema/Sema.h:3900
+  /// Rebuild the given Expr with the TypoExpr degraded to RecoveryExpr.
+  ExprResult rebuildTypoExprs(Expr *TypoExpr);
   /// Attempts to produce a RecoveryExpr after some AST node cannot be created.
----------------
not quite happy with the naming, open for suggestions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81395/new/

https://reviews.llvm.org/D81395





More information about the cfe-commits mailing list