mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Break down IdentTypeRepr to different subtypes.
This makes memory allocation for it more efficient and it's more convenient to handle. Swift SVN r12541
This commit is contained in:
@@ -135,6 +135,7 @@ public:
|
||||
return static_cast<ImplClass*>(this)->visit##PARENT(T, \
|
||||
::std::forward<Args>(AA)...); \
|
||||
}
|
||||
#define ABSTRACT_TYPEREPR(CLASS, PARENT) TYPEREPR(CLASS, PARENT)
|
||||
#include "swift/AST/TypeReprNodes.def"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user