mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST/Parser] Convert TypeLoc struct into aligned class
This commit is contained in:
@@ -67,7 +67,7 @@ namespace swift {
|
||||
class Token;
|
||||
class TopLevelContext;
|
||||
class TypeCheckerOptions;
|
||||
struct TypeLoc;
|
||||
class TypeLoc;
|
||||
class UnifiedStatsReporter;
|
||||
|
||||
namespace Lowering {
|
||||
|
||||
Reference in New Issue
Block a user