[PATCH] D63603: [ASTImporter] Propagate error from ImportDeclContext
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 01:03:27 PDT 2019
balazske added inline comments.
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:4743
+}
+
INSTANTIATE_TEST_CASE_P(ParameterizedTests, ErrorHandlingTest,
----------------
Maybe add a similar test for namespace and check that the error is not propagated?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63603/new/
https://reviews.llvm.org/D63603
More information about the cfe-commits
mailing list