File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- #include " llvm/Support/ScopedPrinter.h"
1
+ // ===----------------------------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
2
8
9
+ #include " llvm/Support/ScopedPrinter.h"
3
10
#include " llvm/Support/Format.h"
4
11
5
- using namespace llvm ::support ;
12
+ using namespace llvm ;
6
13
7
- namespace llvm {
8
-
9
- raw_ostream &operator <<(raw_ostream &OS, const HexNumber &Value) {
14
+ raw_ostream &llvm::operator <<(raw_ostream &OS, const HexNumber &Value) {
10
15
OS << " 0x" << utohexstr (Value.Value );
11
16
return OS;
12
17
}
@@ -45,5 +50,3 @@ JSONScopedPrinter::JSONScopedPrinter(
45
50
if (this ->OuterScope )
46
51
this ->OuterScope ->setPrinter (*this );
47
52
}
48
-
49
- } // namespace llvm
You can’t perform that action at this time.
0 commit comments