[PATCH] D155984: [Sema][ObjC] Invalidate BlockDecl with invalid ParmVarDecl
Ding Fei via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 02:58:05 PDT 2023
danix800 marked an inline comment as done.
danix800 added inline comments.
================
Comment at: clang/test/AST/ast-dump-recovery.m:22
+// CHECK-NEXT: `-BlockDecl {{.*}} invalid
+int (^a)(int, int) = ^(int, undefine b) {
+ return 1;
----------------
hokein wrote:
> nit: a => `gh64005`
Will be fixed in the final commit!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155984/new/
https://reviews.llvm.org/D155984
More information about the cfe-commits
mailing list