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 71ba852 commit aaa9c19Copy full SHA for aaa9c19
lldb/include/lldb/Core/DemangledNameInfo.h
@@ -71,8 +71,7 @@ struct DemangledNameInfo {
71
72
/// Returns \c true if this object holds a valid basename range.
73
bool hasBasename() const {
74
- return BasenameRange.second > BasenameRange.first &&
75
- BasenameRange.second > 0;
+ return BasenameRange.second > BasenameRange.first;
76
}
77
};
78
0 commit comments