Skip to content

Commit e2ad9dc

Browse files
Merge pull request #10533 from adrian-prantl/runtime-type-visitor
[lldb] Factor out iteration over runtime types from GetChildCompilerT…
2 parents 3db9a8c + 3868aaa commit e2ad9dc

File tree

6 files changed

+797
-629
lines changed

6 files changed

+797
-629
lines changed

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

+2
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)