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.
2 parents 478d5bd + 7e5f224 commit 2a77d63Copy full SHA for 2a77d63
lldb/include/lldb/Core/DemangledNameInfo.h
@@ -61,8 +61,7 @@ struct DemangledNameInfo {
61
62
/// Returns \c true if this object holds a valid basename range.
63
bool hasBasename() const {
64
- return BasenameRange.second > BasenameRange.first &&
65
- BasenameRange.second > 0;
+ return BasenameRange.second > BasenameRange.first;
66
}
67
};
68
0 commit comments