mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST/Parser] Convert TypeLoc struct into aligned class
This commit is contained in:
@@ -30,7 +30,7 @@ namespace swift {
|
||||
class Stmt;
|
||||
class Decl;
|
||||
class Pattern;
|
||||
struct TypeLoc;
|
||||
class TypeLoc;
|
||||
class DeclContext;
|
||||
class SourceLoc;
|
||||
class SourceRange;
|
||||
|
||||
Reference in New Issue
Block a user