[PATCH] D62375: [ASTImporter] Mark erroneous nodes in from ctx
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 00:39:13 PDT 2019
balazske added inline comments.
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:5000
EXPECT_TRUE(ImportedOK);
}
----------------
I see now that this test is really not required, the previous test checks the almost same thing in case of `class B` and `NS` (but more test is always better).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62375/new/
https://reviews.llvm.org/D62375
More information about the cfe-commits
mailing list