Skip to content

Commit 11511e9

Browse files
committed
Remove "using namespace llvm" from ReleaseModeModelRunner.h
A using directive in a header pollutes the namespace of all files which include that header. It seems this snuck in in D115764 by moving some code from a cpp file.
1 parent d2edca6 commit 11511e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Analysis/ReleaseModeModelRunner.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <memory>
2121
#include <vector>
2222

23-
using namespace llvm;
2423
namespace llvm {
2524

2625
/// ReleaseModeModelRunner - production mode implementation of the

0 commit comments

Comments
 (0)