[clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl
authordingfei <fding@feysh.com>
Mon, 24 Jul 2023 10:38:42 +0000 (18:38 +0800)
committerdingfei <fding@feysh.com>
Mon, 24 Jul 2023 10:42:26 +0000 (18:42 +0800)
commit4b15bb9a317edcf6a3ad95ddaa4a843afe700261
tree4776221d1b8d59e802966d6d7a75f6796069752c
parent454bea07b21eca9782b63f8a5fbf56c388bd91d9
[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
clang/docs/ReleaseNotes.rst
clang/include/clang/AST/ASTNodeTraverser.h
clang/test/AST/ast-dump-decl-json.m
clang/test/AST/ast-dump-decl.m