зеркало из https://github.com/microsoft/clang-1.git
[analyzer] -analyze-function for ObjectiveC should check if any of the methods match the name (not only the first one).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
08e0bc16b3
Коммит
d1fe529b1a
|
@ -222,7 +222,7 @@ void AnalysisConsumer::HandleDeclContextDecl(ASTContext &C, Decl *D) {
|
|||
if (!Opts.AnalyzeSpecificFunction.empty() &&
|
||||
Opts.AnalyzeSpecificFunction !=
|
||||
(*MI)->getSelector().getAsString())
|
||||
break;
|
||||
continue;
|
||||
DisplayFunction(*MI);
|
||||
HandleCode(*MI);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче