Skip to content

Commit b29fb9c

Browse files
[llvm] Remove "using namespace llvm;" from header files (NFC)
1 parent 3104681 commit b29fb9c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

llvm/include/llvm/ADT/GenericUniformityImpl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949

5050
#define DEBUG_TYPE "uniformity"
5151

52-
using namespace llvm;
53-
5452
namespace llvm {
5553

5654
template <typename Range> auto unique(Range &&R) {

llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
#include "llvm/Transforms/Utils/SCCPSolver.h"
8585
#include "llvm/Transforms/Utils/SizeOpts.h"
8686

87-
using namespace llvm;
88-
8987
namespace llvm {
9088
// Map of potential specializations for each function. The FunctionSpecializer
9189
// keeps the discovered specialisation opportunities for the module in a single

llvm/include/llvm/Transforms/Instrumentation/CFGMST.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
#define DEBUG_TYPE "cfgmst"
3030

31-
using namespace llvm;
32-
3331
namespace llvm {
3432

3533
/// An union-find based Minimum Spanning Tree for CFG

0 commit comments

Comments
 (0)