mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 08:26:08 +00:00
fixes a comment in my last patch.
llvm-svn: 182966
This commit is contained in:
parent
960d738510
commit
c07e8934a0
@ -2310,7 +2310,7 @@ void Sema::DiagnoseMismatchedMethodsInGlobalPool() {
|
||||
// first, instance methods
|
||||
ObjCMethodList &InstMethList = b->second.first;
|
||||
HelperToDiagnoseMismatchedMethodsInGlobalPool(*this, InstMethList);
|
||||
// second, instance methods
|
||||
// second, class methods
|
||||
ObjCMethodList &ClsMethList = b->second.second;
|
||||
HelperToDiagnoseMismatchedMethodsInGlobalPool(*this, ClsMethList);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user