shafik added inline comments.

================
Comment at: clang/unittests/AST/ASTImporterVisibilityTest.cpp:343
+        ::testing::Values(
+            std::make_tuple(ExternTypedef, ExternTypedef, ExpectLink),
+            std::make_tuple(ExternTypedef, AnonTypedef, ExpectNotLink),
----------------
I don't have any objections to changing the names `ExpectLink` and 
`ExpectNotLink` in a subsequent patch but we should update then b/c they are 
confusing (because they are overloaded terms) and it takes some time to work 
backwards to understand the intent.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64480



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

Reply via email to