[AST/Parser] Convert TypeLoc struct into aligned class

This commit is contained in:
Pavel Yaskevich
2020-04-27 23:06:44 -07:00
parent 99ef865aac
commit 0b4404b51e
9 changed files with 13 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ namespace swift {
class ScopeInfo;
class SourceManager;
class TupleType;
struct TypeLoc;
class TypeLoc;
struct EnumElementInfo;