[PATCH] D51597: [ASTImporter] Fix import of VarDecl init
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 3 08:01:18 PDT 2018
martong added inline comments.
================
Comment at: unittests/AST/ASTImporterTest.cpp:3763
+INSTANTIATE_TEST_CASE_P(ParameterizedTests, ImportImplicitMethods,
+ DefaultTestValuesForRunOptions, );
----------------
This hunk has nothing to do with this change, but previously we forgot to instantiate these test cases :(
Repository:
rC Clang
https://reviews.llvm.org/D51597
More information about the cfe-commits
mailing list