[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

@@ -67,7 +67,7 @@ namespace swift {
class Token;
class TopLevelContext;
class TypeCheckerOptions;
struct TypeLoc;
class TypeLoc;
class UnifiedStatsReporter;
namespace Lowering {