Skip to content

Commit 9592df7

Browse files
committed
Revert "[analyzer] Add checkers for OS X / iOS localizability issues"
This reverts commit fc885033a30b6e30ccf82398ae7c30e646727b10. Revert all localization checker commits until the proper fix is implemented. llvm-svn: 244394
1 parent 08f3c1e commit 9592df7

File tree

5 files changed

+0
-897
lines changed

5 files changed

+0
-897
lines changed

clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ add_clang_library(clangStaticAnalyzerCheckers
3939
IdenticalExprChecker.cpp
4040
IvarInvalidationChecker.cpp
4141
LLVMConventionsChecker.cpp
42-
LocalizationChecker.cpp
4342
MacOSKeychainAPIChecker.cpp
4443
MacOSXAPIChecker.cpp
4544
MallocChecker.cpp

clang/lib/StaticAnalyzer/Checkers/Checkers.td

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,6 @@ def DirectIvarAssignmentForAnnotatedFunctions : Checker<"DirectIvarAssignmentFor
452452
HelpText<"Check for direct assignments to instance variables in the methods annotated with objc_no_direct_instance_variable_assignment">,
453453
DescFile<"DirectIvarAssignment.cpp">;
454454

455-
def NonLocalizedStringChecker : Checker<"NonLocalizedStringChecker">,
456-
HelpText<"Warns about uses of non-localized NSStrings passed to UI methods expecting localized NSStrings">,
457-
DescFile<"LocalizationChecker.cpp">;
458-
459-
def EmptyLocalizationContextChecker : Checker<"EmptyLocalizationContextChecker">,
460-
HelpText<"Check that NSLocalizedString macros include a comment for context">,
461-
DescFile<"LocalizationChecker.cpp">;
462-
463455
} // end "alpha.osx.cocoa"
464456

465457
let ParentPackage = CoreFoundation in {

0 commit comments

Comments
 (0)