BlockDecl should be invalidated because of its invalid ParmVarDecl.
Fixes #1 of https://github.com/llvm/llvm-project/issues/64005
Differential D155984
[Sema][ObjC] Invalidate BlockDecl with invalid ParmVarDecl danix800 on Jul 21 2023, 11:01 AM. Authored by
Details BlockDecl should be invalidated because of its invalid ParmVarDecl. Fixes #1 of https://github.com/llvm/llvm-project/issues/64005
Diff Detail
Event TimelineComment Actions thanks, the fix looks reasonable to me
|
nit: a => gh64005