mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Add OperatorFixity
Use this instead of DeclKind in a few places.
This commit is contained in:
@@ -2156,7 +2156,8 @@ TypeDecl *ModuleFile::lookupNestedType(Identifier name,
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
OperatorDecl *ModuleFile::lookupOperator(Identifier name, DeclKind fixity) {
|
||||
OperatorDecl *ModuleFile::lookupOperator(Identifier name,
|
||||
OperatorFixity fixity) {
|
||||
PrettyStackTraceModuleFile stackEntry(*this);
|
||||
|
||||
if (!OperatorDecls)
|
||||
|
||||
Reference in New Issue
Block a user