[clang] 9d474be - [ASTImporter][NFC] Fix duplicated symbols in "Improve test coverage"

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 31 03:48:51 PDT 2021


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() {


        


More information about the cfe-commits mailing list