Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion llvm/unittests/Support/FormatVariadicTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "gtest/gtest.h"

using namespace llvm;
using ::testing::HasSubstr;

// Compile-time tests templates in the detail namespace.
namespace {
Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/Support/YAMLIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions llvm/unittests/Target/SPIRV/SPIRVAPITest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include <string>
#include <utility>

using ::testing::StartsWith;

namespace llvm {

extern "C" LLVM_EXTERNAL_VISIBILITY bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include "gtest/gtest.h"
#include <queue>

using ::testing::Contains;
using ::testing::Pair;

using namespace llvm;
using namespace llvm::SPIRV;

Expand Down
1 change: 0 additions & 1 deletion llvm/unittests/tools/llvm-exegesis/RISCV/TargetTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace {

using testing::IsEmpty;
using testing::Not;
using testing::NotNull;

class RISCVTargetTest : public RISCVTestBase {
protected:
Expand Down