shafik added inline comments.
================ Comment at: clang/unittests/AST/StructuralEquivalenceTest.cpp:1037 + "void foo(struct Param { int a; } *p);", Lang_C89); + EXPECT_TRUE(testStructuralMatch(Decls)); +} ---------------- I expect this to be `false` the outer `Param` is not the same type as the `Param` in the parameter. ================ Comment at: clang/unittests/AST/StructuralEquivalenceTest.cpp:1051 + "Param"); + EXPECT_TRUE(testStructuralMatch(Decls)); +} ---------------- I expect this to be `false` as well. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113118/new/ https://reviews.llvm.org/D113118 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits