balazske added inline comments. ================ Comment at: unittests/AST/StructuralEquivalenceTest.cpp:615 + ASSERT_TRUE(R0); + ASSERT_TRUE(R1); + ASSERT_NE(R0, R1); ---------------- These asserts can be removed too. Repository: rC Clang https://reviews.llvm.org/D49296