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.
2 parents 1592402 + a2ff73f commit 1f7acb6Copy full SHA for 1f7acb6
tools/swift-reflection-dump/swift-reflection-dump.cpp
@@ -80,7 +80,7 @@ static T unwrap(llvm::Expected<T> value) {
80
}
81
82
using NativeReflectionContext
83
- = ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
+ = swift::reflection::ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
84
85
class ObjectMemoryReader : public MemoryReader {
86
const std::vector<const ObjectFile *> &ObjectFiles;
0 commit comments