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 aa95464 commit e2ae90bCopy full SHA for e2ae90b
lldb/include/lldb/Core/DemangledNameInfo.h
@@ -63,12 +63,12 @@ struct DemangledNameInfo {
63
/// Indicates the [start, end) of the function's prefix. This is a
64
/// catch-all range for anything that is not tracked by the rest of
65
/// the pairs.
66
- std::pair<size_t, size_t> PrefixRange{};
+ std::pair<size_t, size_t> PrefixRange;
67
68
/// Indicates the [start, end) of the function's suffix. This is a
69
70
71
- std::pair<size_t, size_t> SuffixRange{};
+ std::pair<size_t, size_t> SuffixRange;
72
73
/// Returns \c true if this object holds a valid basename range.
74
bool hasBasename() const {
0 commit comments