[clang-tools-extra] 88dd981 - [include-cleaner] Remove unused using decls (NFC)

Kazu Hirata via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 15 00:21:03 PDT 2023


Author: Kazu Hirata
Date: 2023-10-15T00:20:56-07:00
New Revision: 88dd9813696e3ac1da705ffa36bd94b0eccbd78c

URL: https://github.com/llvm/llvm-project/commit/88dd9813696e3ac1da705ffa36bd94b0eccbd78c
DIFF: https://github.com/llvm/llvm-project/commit/88dd9813696e3ac1da705ffa36bd94b0eccbd78c.diff

LOG: [include-cleaner] Remove unused using decls (NFC)

Identified with misc-unused-using-decls.

Added: 
    

Modified: 
    clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp b/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp
index d69e25bf8116d27..756757cfd0f09d2 100644
--- a/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp
+++ b/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp
@@ -30,8 +30,6 @@ using testing::ElementsAre;
 using testing::ElementsAreArray;
 using testing::Eq;
 using testing::Field;
-using testing::Pair;
-using testing::UnorderedElementsAre;
 
 // A helper for building ASTs and getting decls out of it by name. Example usage
 // looks like:


        


More information about the cfe-commits mailing list