We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1a2eb commit 036b1e6Copy full SHA for 036b1e6
llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h
@@ -61,8 +61,8 @@ class LLVM_ABI LVRange final : public LVObject {
61
62
public:
63
LVRange(LVAddress Address = MaxAddress)
64
- : LVObject(),
65
- RangesTree(Allocator), TombstoneAddress(Address), Lower(Address) {}
+ : LVObject(), RangesTree(Allocator), TombstoneAddress(Address),
+ Lower(Address) {}
66
LVRange(const LVRange &) = delete;
67
LVRange &operator=(const LVRange &) = delete;
68
~LVRange() = default;
0 commit comments