File tree 2 files changed +1
-4
lines changed
lldb/source/Plugins/TypeSystem/Swift
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ bool TypeSystemSwift::ShouldTreatScalarValueAsAddress(
102
102
.AnySet (eTypeInstanceIsPointer | eTypeIsReference);
103
103
}
104
104
105
- // / Get the index of the child of "clang_type" whose name matches. This function
106
- // / doesn't descend into the children, but only looks one level deep and name
107
- // / matches can include base class names.
108
105
uint32_t
109
106
TypeSystemSwift::GetIndexOfChildWithName (opaque_compiler_type_t type,
110
107
const char *name,
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ class TypeSystemSwift : public TypeSystem {
244
244
ShouldTreatScalarValueAsAddress (lldb::opaque_compiler_type_t type) override ;
245
245
246
246
// / Lookup a child given a name. This function will match base class names
247
- // / and member names in "clang_type" only, not descendants.
247
+ // / and member names in \p type only, not descendants.
248
248
uint32_t GetIndexOfChildWithName (lldb::opaque_compiler_type_t type,
249
249
const char *name,
250
250
bool omit_empty_base_classes) override ;
You can’t perform that action at this time.
0 commit comments