[clang] improve ast comparation (PR #66110)

2023-09-12 Thread Qizhi Hu via cfe-commits
https://github.com/jcsxky updated https://github.com/llvm/llvm-project/pull/66110: >From 3194b8958491331918459e6913e5931cc7528115 Mon Sep 17 00:00:00 2001 From: huqizhi Date: Wed, 13 Sep 2023 00:03:27 +0800 Subject: [PATCH] improve ast comparation 1.VarDecl should not be ignored.

[clang] improve ast comparation (PR #66110)

2023-09-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes 1.VarDecl should not be ignored. 2.GotoStmt has no children, it should be handle explicitly. -- Full diff: https://github.com/llvm/llvm-project/pull/66110.diff 2 Files Affected: - (modified) clang/lib/AST/ASTStructuralEquivalence.cpp

[clang] improve ast comparation (PR #66110)

2023-09-12 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/66110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] improve ast comparation (PR #66110)

2023-09-12 Thread via cfe-commits
https://github.com/llvmbot labeled https://github.com/llvm/llvm-project/pull/66110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] improve ast comparation (PR #66110)

2023-09-12 Thread Qizhi Hu via cfe-commits
https://github.com/jcsxky review_requested https://github.com/llvm/llvm-project/pull/66110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] improve ast comparation (PR #66110)

2023-09-12 Thread Qizhi Hu via cfe-commits
https://github.com/jcsxky created https://github.com/llvm/llvm-project/pull/66110: 1.VarDecl should not be ignored. 2.GotoStmt has no children, it should be handle explicitly. >From ab11dd019685d714a4d697cc021cb313a5b30b95 Mon Sep 17 00:00:00 2001 From: huqizhi Date: Wed, 13 Sep 2023