Skip to content

Commit 1f7acb6

Browse files
authored
Merge pull request #22865 from compnerd/reflect-a-better-name
swift-reflection-dump: use elaborated type name
2 parents 1592402 + a2ff73f commit 1f7acb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-reflection-dump/swift-reflection-dump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static T unwrap(llvm::Expected<T> value) {
8080
}
8181

8282
using NativeReflectionContext
83-
= ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
83+
= swift::reflection::ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
8484

8585
class ObjectMemoryReader : public MemoryReader {
8686
const std::vector<const ObjectFile *> &ObjectFiles;

0 commit comments

Comments
 (0)