Skip to content
Snippets Groups Projects
Commit 319934e3 authored by Anna Zaks's avatar Anna Zaks
Browse files

Revert "[analyzer] Fixup to r244389 to make this build on windows."

This reverts commit 57a46a75b408245cf4154a838fe13ad702065745.

Revert all localization checker commits until the proper fix is implemented.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244393 91177308-0d34-0410-b5e6-96231b3b80d8
parent 1906e41c
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const {
{"UIAlertController",
{{"alertControllerWithTitle:message:preferredStyle:", 1}}},
{"NSAttributedString",
{{"initWithString:", 0}}}};
{{"initWithString:", 0}, {"initWithString:attributes:", 0}}}};
}
/// Initializes a list of methods and C functions that return a localized string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment