[PATCH] D57322: [ASTImporter] Refactor unittests to be able to parameterize them in a more flexible way
    Balázs Kéri via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jan 28 05:44:22 PST 2019
    
    
  
balazske added inline comments.
================
Comment at: unittests/AST/ASTImporterTest.cpp:15
+// FIXME: Better solution for this?
+#define GTEST_HAS_COMBINE 1
+
----------------
Define of this is related to the new visibility tests, but not a problem is this remains here (there is another not strictly related thing: The new `Import` template).
Repository:
  rC Clang
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57322/new/
https://reviews.llvm.org/D57322
    
    
More information about the cfe-commits
mailing list