Skip to content

Commit 3164a37

Browse files
Merge pull request #10563 from adrian-prantl/cherry-pick-next-lldb-Factor-out-iteration-over-runtime-types-from-GetChildCompilerTypeAtIndex
[Cherry-pick into next] [lldb] Factor out iteration over runtime types from GetChildCompilerTypeAtIndex()
2 parents 33584fd + 757e246 commit 3164a37

File tree

6 files changed

+797
-629
lines changed

6 files changed

+797
-629
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ struct SuperClassType;
6767
using ThreadSafeReflectionContext = LockGuarded<ReflectionContextInterface>;
6868

6969
class SwiftLanguageRuntime : public LanguageRuntime {
70+
friend class SwiftRuntimeTypeVisitor;
71+
7072
protected:
7173
SwiftLanguageRuntime(Process &process);
7274

0 commit comments

Comments
 (0)