[PATCH] D65999: [ASTImporter] Import additional flags for functions.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 03:35:04 PDT 2019


martong added a comment.

LGTM, but I don't exactly see how the first test is related. Could you please explain?



================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:5239
 
+TEST_P(ASTImporterOptionSpecificTestBase, ImportOfDefaultImplicitFunctions) {
+  // Test that import of implicit functions works and the functions
----------------
I don't exactly see how this test is related.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65999





More information about the cfe-commits mailing list