This is an archive of the discontinued LLVM Phabricator instance.

[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.
Remove this duplication as other FunctionDecls.

Fixes #2 of https://github.com/llvm/llvm-project/issues/64005

Diff Detail

Event Timeline

danix800 created this revision.Jul 21 2023, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 11:10 AM
danix800 requested review of this revision.Jul 21 2023, 11:10 AM
danix800 updated this revision to Diff 543003.Jul 21 2023, 11:19 AM
danix800 retitled this revision from [clang][ASTDumper] Remove redundant dump of ParmVarDecl to [clang][ASTDumper] Remove redundant dump of BlockDecl's ParmVarDecl.
danix800 edited the summary of this revision. (Show Details)

Update ReleaseNotes.

hokein accepted this revision.Jul 24 2023, 2:49 AM

thanks for the fix.

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
This revision was automatically updated to reflect the committed changes.