[clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl
ParmVarDecl of BlockDecl is unnecessarily dumped twice. Remove this duplication as other FunctionDecls. Fixes https://github.com/llvm/llvm-project/issues/64005 (#2) Differential Revision: https://reviews.llvm.org/D155985
Loading
Please sign in to comment