History log of /llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp (Results 51 – 53 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: studio-1.4
# 08f3c1e1 08-Aug-2015 Anna Zaks <ganna@apple.com>

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 imp

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.

llvm-svn: 244393

show more ...


# 67c4df83 08-Aug-2015 Anna Zaks <ganna@apple.com>

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

llvm-svn: 244390


# 38b496a0 08-Aug-2015 Anna Zaks <ganna@apple.com>

[analyzer] Add checkers for OS X / iOS localizability issues

Add checkers that detect code-level localizability issues for OS X / iOS:
- A path sensitive checker that warns about uses of non-locali

[analyzer] Add checkers for OS X / iOS localizability issues

Add checkers that detect code-level localizability issues for OS X / iOS:
- A path sensitive checker that warns about uses of non-localized
NSStrings passed to UI methods expecting localized strings.
- A syntax checker that warns against not including a comment in
NSLocalizedString macros.

A patch by Kulpreet Chilana!

llvm-svn: 244389

show more ...


123