From 1906e41c82c85b87e568972ef3e0ff5e09f17864 Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Sat, 8 Aug 2015 02:26:07 +0000 Subject: [PATCH] [analyzer] Fixup to r244389 to make this build on windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244390 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp b/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp index 7c4e184296..c9ddc9a461 100644 --- a/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp @@ -123,7 +123,7 @@ void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const { {"UIAlertController", {{"alertControllerWithTitle:message:preferredStyle:", 1}}}, {"NSAttributedString", - {{"initWithString:", 0}, {"initWithString:attributes:", 0}}}}; + {{"initWithString:", 0}}}}; } /// Initializes a list of methods and C functions that return a localized string -- 2.40.0