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 96ef797 commit 95c1374Copy full SHA for 95c1374
bolt/include/bolt/Core/DebugData.h
@@ -277,9 +277,7 @@ class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {
277
void finalizeSection() override;
278
279
// Returns true if section is empty.
280
- bool empty() {
281
- return RangesBuffer->empty();
282
- }
+ bool empty() { return RangesBuffer->empty(); }
283
284
static bool classof(const DebugRangesSectionWriter *Writer) {
285
return Writer->getKind() == RangesWriterKind::DebugRangeListsWriter;
0 commit comments