aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-21[analyzer] LocalizationChecker: Support new localizable APIs.Artem Dergachev1-0/+43
2017-01-05Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie1-8/+8
2016-08-30[analyzer] Use lazily created buffer in EmptyLocalizationContextCheckerDevin Coughlin1-1/+8
2016-07-30[analyzer] Update APIs taking user-facing strings.Devin Coughlin1-6/+22
2016-07-18[NFC] Header cleanupMehdi Amini1-4/+3
2016-04-28[analyzer] Add path note for localizability checker.Devin Coughlin1-0/+64
2016-02-16Simplify users of StringRef::{l,r}trim (clang) (NFC)Vedant Kumar1-1/+1
2016-02-05[analyzer] Suppress localization diagnostics in debug classes and methods.Devin Coughlin1-0/+35
2015-11-04[analyzer] Add 'optin' checker package and move localizability checkers into it.Devin Coughlin1-1/+1
2015-09-23[analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin1-97/+703
2015-09-23Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin1-703/+97
2015-09-22[analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin1-97/+703
2015-08-26Add missing newline.Ted Kremenek1-1/+1
2015-08-14[analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks1-0/+595
2015-08-08Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks1-559/+0
2015-08-08Revert "[analyzer] Fixup to r244389 to make this build on windows."Anna Zaks1-1/+1
2015-08-08[analyzer] Fixup to r244389 to make this build on windows.Anna Zaks1-1/+1
2015-08-08[analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks1-0/+559