[llvm] Remove unused using decls (NFC) (#138386)

This commit is contained in:
Kazu Hirata
2025-05-03 07:05:02 -07:00
committed by GitHub
parent b23c1865c0
commit b4fac94181
5 changed files with 0 additions and 8 deletions

View File

@@ -13,7 +13,6 @@
#include "gtest/gtest.h"
using namespace llvm;
using ::testing::HasSubstr;
// Compile-time tests templates in the detail namespace.
namespace {

View File

@@ -25,7 +25,6 @@ using llvm::yaml::Hex8;
using llvm::yaml::Input;
using llvm::yaml::isNumeric;
using llvm::yaml::MappingNormalization;
using llvm::yaml::MappingTraits;
using llvm::yaml::Output;
using llvm::yaml::ScalarTraits;
using ::testing::StartsWith;

View File

@@ -22,8 +22,6 @@
#include <string>
#include <utility>
using ::testing::StartsWith;
namespace llvm {
extern "C" LLVM_EXTERNAL_VISIBILITY bool

View File

@@ -24,9 +24,6 @@
#include "gtest/gtest.h"
#include <queue>
using ::testing::Contains;
using ::testing::Pair;
using namespace llvm;
using namespace llvm::SPIRV;

View File

@@ -27,7 +27,6 @@ namespace {
using testing::IsEmpty;
using testing::Not;
using testing::NotNull;
class RISCVTargetTest : public RISCVTestBase {
protected: