File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
#ifndef LLVM_TELEMETRY_TELEMETRY_H
15
15
#define LLVM_TELEMETRY_TELEMETRY_H
16
16
17
- #include " llvm/Support/Compiler.h"
18
17
#include " llvm/ADT/DenseMap.h"
19
18
#include " llvm/ADT/StringExtras.h"
20
19
#include " llvm/ADT/StringRef.h"
20
+ #include " llvm/Support/Compiler.h"
21
21
#include " llvm/Support/Error.h"
22
22
#include < map>
23
23
#include < memory>
@@ -148,8 +148,8 @@ class LLVM_ABI Manager {
148
148
virtual ~Manager () = default ;
149
149
150
150
// Explicitly non-copyable.
151
- Manager (Manager const &) = delete ;
152
- Manager& operator =(Manager const &) = delete ;
151
+ Manager (Manager const &) = delete ;
152
+ Manager & operator =(Manager const &) = delete ;
153
153
154
154
// Dispatch Telemetry data to the Destination(s).
155
155
// The argument is non-const because the Manager may add or remove
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace llvm {
20
20
template <typename T> class ArrayRef ;
21
21
22
22
LLVM_ABI int libDriverMain (ArrayRef<const char *> ARgs);
23
-
24
23
}
25
24
26
25
#endif
You can’t perform that action at this time.
0 commit comments