[PATCH] D154861: [clang][AST] Propagate the contains-errors bit to DeclRefExpr from VarDecl's initializer.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 10 09:49:40 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, but please be sure to add a release note (and the newline at the end of the test file). Thank you for the fix!
================
Comment at: clang/test/AST/ast-dump-recovery.c:151
+int test8 = test_8GH50320_b[0];
\ No newline at end of file
----------------
Please add a newline to the end of the file. :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154861/new/
https://reviews.llvm.org/D154861
More information about the cfe-commits
mailing list