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 1414#ifndef LLVM_TELEMETRY_TELEMETRY_H
1515#define LLVM_TELEMETRY_TELEMETRY_H
1616
17- #include " llvm/Support/Compiler.h"
1817#include " llvm/ADT/DenseMap.h"
1918#include " llvm/ADT/StringExtras.h"
2019#include " llvm/ADT/StringRef.h"
20+ #include " llvm/Support/Compiler.h"
2121#include " llvm/Support/Error.h"
2222#include < map>
2323#include < memory>
@@ -148,8 +148,8 @@ class LLVM_ABI Manager {
148148 virtual ~Manager () = default ;
149149
150150 // 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 ;
153153
154154 // Dispatch Telemetry data to the Destination(s).
155155 // 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 {
2020template <typename T> class ArrayRef ;
2121
2222LLVM_ABI int libDriverMain (ArrayRef<const char *> ARgs);
23-
2423}
2524
2625#endif
You can’t perform that action at this time.
0 commit comments