mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[clang] Remove unused using decls (NFC)
Identified with misc-unused-using-decls.
This commit is contained in:
parent
18dc8dcd76
commit
3743c53dd1
@ -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();
|
||||
|
@ -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;
|
||||
|
@ -17,9 +17,6 @@
|
||||
|
||||
#define DEBUG_TYPE "format-test"
|
||||
|
||||
using clang::tooling::ReplacementTest;
|
||||
using clang::tooling::toReplacements;
|
||||
|
||||
namespace clang {
|
||||
namespace format {
|
||||
namespace {
|
||||
|
@ -28,7 +28,6 @@ using ::llvm::HasValue;
|
||||
using ::llvm::StringError;
|
||||
using ::testing::AllOf;
|
||||
using ::testing::HasSubstr;
|
||||
using ::testing::Property;
|
||||
|
||||
using MatchResult = MatchFinder::MatchResult;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user