This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter][ASTImporterSpecificLookup] Add test for different operators
ClosedPublic

Authored by martong on Feb 7 2019, 9:39 AM.

Diff Detail

Repository
rC Clang

Event Timeline

martong created this revision.Feb 7 2019, 9:39 AM
a_sidorin accepted this revision.Feb 7 2019, 3:34 PM

LGTM!

unittests/AST/ASTImporterTest.cpp
4869

I think this comment should also be put before ASSERT_NE.

This revision is now accepted and ready to land.Feb 7 2019, 3:34 PM
martong updated this revision to Diff 185924.Feb 8 2019, 1:13 AM
martong marked an inline comment as done.
  • Add comment above ASSERT_NE
This revision was automatically updated to reflect the committed changes.