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 9c2800c + 5648a69 commit 1f16262Copy full SHA for 1f16262
include/swift/AST/Types.h
@@ -114,9 +114,6 @@ enum class TypeKind : uint8_t {
114
#define TYPE_RANGE(Id, FirstId, LastId) \
115
First_##Id##Type = FirstId, Last_##Id##Type = LastId,
116
#include "swift/AST/TypeNodes.def"
117
- // For backward compatibility in LLDB sources.
118
- // TODO: remove this once OpenedArchetype is renamed in LLDB sources.
119
- OpenedArchetype = ExistentialArchetype
120
};
121
122
enum : unsigned {
0 commit comments