[PATCH] D49296: [ASTImporter] Fix import of unnamed structs

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 17 00:58:20 PDT 2018


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





More information about the cfe-commits mailing list