[clang] Remove unused using decls (NFC)

Identified with misc-unused-using-decls.
This commit is contained in:
Kazu Hirata 2023-10-13 20:09:31 -07:00
parent 18dc8dcd76
commit 3743c53dd1
4 changed files with 0 additions and 6 deletions

View File

@ -24,7 +24,6 @@ namespace clang {
namespace ast_matchers {
using internal::Matcher;
using internal::BindableMatcher;
static const RecordDecl *getRecordDeclOfFriend(FriendDecl *FD) {
QualType Ty = FD->getFriendType()->getType().getCanonicalType();

View File

@ -47,7 +47,6 @@ using namespace test;
using namespace ast_matchers;
using llvm::IsStringMapEntry;
using ::testing::DescribeMatcher;
using ::testing::ElementsAre;
using ::testing::IsEmpty;
using ::testing::NotNull;
using ::testing::Test;

View File

@ -17,9 +17,6 @@
#define DEBUG_TYPE "format-test"
using clang::tooling::ReplacementTest;
using clang::tooling::toReplacements;
namespace clang {
namespace format {
namespace {

View File

@ -28,7 +28,6 @@ using ::llvm::HasValue;
using ::llvm::StringError;
using ::testing::AllOf;
using ::testing::HasSubstr;
using ::testing::Property;
using MatchResult = MatchFinder::MatchResult;