ParmVarDecl of BlockDecl is unnecessarily dumped twice.
Remove this duplication as other FunctionDecls.
Fixes #2 of https://github.com/llvm/llvm-project/issues/64005
Paths
| Differential D155985
[clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl ClosedPublic Authored by danix800 on Jul 21 2023, 11:10 AM.
Details Summary ParmVarDecl of BlockDecl is unnecessarily dumped twice. Fixes #2 of https://github.com/llvm/llvm-project/issues/64005
Diff Detail
Event Timelinedanix800 retitled this revision from [clang][ASTDumper] Remove redundant dump of ParmVarDecl to [clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl. Comment ActionsUpdate ReleaseNotes. This revision is now accepted and ready to land.Jul 24 2023, 2:49 AM This revision was landed with ongoing or failed builds.Jul 24 2023, 3:42 AM Closed by commit rG4b15bb9a317e: [clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl (authored by dingfei <fding@feysh.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543453 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
|