mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replacing the GenericTypeApplication node with more specific BoundGeneric{Class|Structure|Union} nodes
Removing the TypeList node underneath a TypeList, a TypeList just needs to wrap a list of Type nodes Swift SVN r7990
This commit is contained in:
@@ -59,7 +59,9 @@ public:
|
||||
FunctionType,
|
||||
UncurriedFunctionType,
|
||||
ObjCBlock,
|
||||
GenericTypeApplication,
|
||||
BoundGenericClass,
|
||||
BoundGenericStructure,
|
||||
BoundGenericUnion,
|
||||
TypeList,
|
||||
ArgumentTuple,
|
||||
ValueWitnessKind,
|
||||
@@ -98,7 +100,6 @@ public:
|
||||
Unknown,
|
||||
TupleElementName,
|
||||
TupleElementType,
|
||||
TypeListEntry,
|
||||
FunctionName,
|
||||
DeclarationName,
|
||||
Path,
|
||||
|
||||
Reference in New Issue
Block a user