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.
1 parent 813094e commit 95982ddCopy full SHA for 95982dd
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -7057,7 +7057,6 @@ CompilerType SwiftASTContext::GetChildCompilerTypeAtIndex(
7057
child_bitfield_bit_size = 0;
7058
child_bitfield_bit_offset = 0;
7059
7060
- language_flags |= LanguageFlags::eIgnoreInstancePointerness;
7061
return superclass_type;
7062
}
7063
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
@@ -100,9 +100,7 @@ class TypeSystemSwift : public TypeSystem {
100
class LanguageFlags {
101
public:
102
enum : uint64_t {
103
- eIsIndirectEnumCase = 0x1ULL,
104
- // FIXME: This appears to be unused.
105
- eIgnoreInstancePointerness = 0x2ULL
+ eIsIndirectEnumCase = 0x1ULL
106
};
107
108
private:
0 commit comments