BlockDecl doesn't get invalidated when it has invalid parameter decls #64005
Labels
bug
Indicates an unexpected problem or unintended behavior
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
The
BlockDecl
AST node looks like below:two issues:
BlockDecl
is not set, we should set it because of its invalidParmDecl
ParmVarDecl
for bThe text was updated successfully, but these errors were encountered: