[all-commits] [llvm/llvm-project] 4b15bb: [clang][ASTDumper] Remove redundant dump of BlockD...
Ding Fei via All-commits
all-commits at lists.llvm.org
Mon Jul 24 03:42:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b15bb9a317edcf6a3ad95ddaa4a843afe700261
https://github.com/llvm/llvm-project/commit/4b15bb9a317edcf6a3ad95ddaa4a843afe700261
Author: dingfei <fding at feysh.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/test/AST/ast-dump-decl-json.m
M clang/test/AST/ast-dump-decl.m
Log Message:
-----------
[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
More information about the All-commits
mailing list