Author: Balazs Benics Date: 2021-03-31T12:47:50+02:00 New Revision: 9d474be11d71b5ae13490d3d8bd66150765560e3
URL: https://github.com/llvm/llvm-project/commit/9d474be11d71b5ae13490d3d8bd66150765560e3 DIFF: https://github.com/llvm/llvm-project/commit/9d474be11d71b5ae13490d3d8bd66150765560e3.diff LOG: [ASTImporter][NFC] Fix duplicated symbols in "Improve test coverage" D99576 introduced a duplicate symbol, now im removing it. Differential Revision: https://reviews.llvm.org/D99576 Added: Modified: clang/unittests/AST/ASTImporterTest.cpp Removed: ################################################################################ diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp index cb08fd1f6bc6..edbc648abbe1 100644 --- a/clang/unittests/AST/ASTImporterTest.cpp +++ b/clang/unittests/AST/ASTImporterTest.cpp @@ -3086,7 +3086,6 @@ TEST_P(ASTImporterOptionSpecificTestBase, ImportBitfields) { } struct ImportBlock : ASTImporterOptionSpecificTestBase {}; -const internal::VariadicDynCastAllOfMatcher<Decl, BlockDecl> blockDecl; TEST_P(ImportBlock, ImportBlocksAreUnsupported) { const auto *Code = R"( void test_block__capture_null() { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits