зеркало из https://github.com/microsoft/clang-1.git
[analyzer] Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
bd80231672
Коммит
08165d8c9e
|
@ -22,7 +22,7 @@
|
|||
|
||||
using namespace clang;
|
||||
|
||||
STATISTIC(NumObjCCallEdges, "Number of objective C call edges");
|
||||
STATISTIC(NumObjCCallEdges, "Number of Objective-C method call edges");
|
||||
STATISTIC(NumBlockCallEdges, "Number of block call edges");
|
||||
|
||||
namespace {
|
||||
|
@ -69,7 +69,7 @@ public:
|
|||
if (ObjCInterfaceDecl *IDecl = ME->getReceiverInterface()) {
|
||||
Selector Sel = ME->getSelector();
|
||||
|
||||
// Fild the callee definition within the same translation unit.
|
||||
// Find the callee definition within the same translation unit.
|
||||
Decl *D = 0;
|
||||
if (ME->isInstanceMessage())
|
||||
D = IDecl->lookupPrivateMethod(Sel);
|
||||
|
|
Загрузка…
Ссылка в новой задаче