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 971204b commit bd7d651Copy full SHA for bd7d651
llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h
@@ -60,8 +60,8 @@ class LVRange final : public LVObject {
60
61
public:
62
LVRange(LVAddress Address = MaxAddress)
63
- : LVObject(),
64
- RangesTree(Allocator), TombstoneAddress(Address), Lower(Address) {}
+ : LVObject(), RangesTree(Allocator), TombstoneAddress(Address),
+ Lower(Address) {}
65
LVRange(const LVRange &) = delete;
66
LVRange &operator=(const LVRange &) = delete;
67
~LVRange() = default;
0 commit comments