balazske marked an inline comment as done.
balazske added inline comments.

================
Comment at: unittests/AST/StructuralEquivalenceTest.cpp:489
+
+TEST_F(StructuralEquivalenceRecordTest, DISABLED_Methods) {
+  auto t = makeNamedDecls(
----------------
a_sidorin wrote:
> Could you add a comment why this test is disabled?
Methods are not checked, there was no decision about to include this check or 
not. The problem was related to performance overhead and if order-independent 
check of methods is needed. (ASTImporter should keep order of imported fields 
and methods.) (This test is about equivalence of `foo`.)


Repository:
  rC Clang

https://reviews.llvm.org/D48628



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to