Skip to content

Commit 3743c53

Browse files
[clang] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
1 parent 18dc8dc commit 3743c53

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

clang/unittests/AST/ASTImporterTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace clang {
2424
namespace ast_matchers {
2525

2626
using internal::Matcher;
27-
using internal::BindableMatcher;
2827

2928
static const RecordDecl *getRecordDeclOfFriend(FriendDecl *FD) {
3029
QualType Ty = FD->getFriendType()->getType().getCanonicalType();

clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ using namespace test;
4747
using namespace ast_matchers;
4848
using llvm::IsStringMapEntry;
4949
using ::testing::DescribeMatcher;
50-
using ::testing::ElementsAre;
5150
using ::testing::IsEmpty;
5251
using ::testing::NotNull;
5352
using ::testing::Test;

clang/unittests/Format/FormatTestRawStrings.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
#define DEBUG_TYPE "format-test"
1919

20-
using clang::tooling::ReplacementTest;
21-
using clang::tooling::toReplacements;
22-
2320
namespace clang {
2421
namespace format {
2522
namespace {

clang/unittests/Tooling/RangeSelectorTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ using ::llvm::HasValue;
2828
using ::llvm::StringError;
2929
using ::testing::AllOf;
3030
using ::testing::HasSubstr;
31-
using ::testing::Property;
3231

3332
using MatchResult = MatchFinder::MatchResult;
3433

0 commit comments

Comments
 (0)