[PATCH] D57905: [ASTImporter][ASTImporterSpecificLookup] Add test for different operators

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 7 15:35:03 PST 2019


a_sidorin accepted this revision.
a_sidorin added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: unittests/AST/ASTImporterTest.cpp:4869
+
+  // FromPlus have a different TU, thus its DeclarationName is different too.
+  Res = LT.lookup(ToTU, FromPlus->getDeclName());
----------------
I think this comment should also be put before ASSERT_NE.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57905/new/

https://reviews.llvm.org/D57905





More information about the cfe-commits mailing list