summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete dead storesFangrui Song2019-07-121-2/+1
* [analyzer] Remove the default value arg from getChecker*OptionKristof Umann2019-05-171-1/+1
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-1/+1
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-3/+4
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-2/+2
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-1/+2
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-2/+0
* [analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov2018-06-261-2/+1
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-2/+1
* [analyzer] Add annotation for functions taking user-facing stringsErik Verbruggen2017-07-141-10/+59
* [analyzer] LocalizationChecker: Support new localizable APIs.Artem Dergachev2017-06-211-0/+43
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-051-8/+8
* [analyzer] Use lazily created buffer in EmptyLocalizationContextCheckerDevin Coughlin2016-08-301-1/+8
* [analyzer] Update APIs taking user-facing strings.Devin Coughlin2016-07-301-6/+22
* [NFC] Header cleanupMehdi Amini2016-07-181-4/+3
* [analyzer] Add path note for localizability checker.Devin Coughlin2016-04-281-0/+64
* Simplify users of StringRef::{l,r}trim (clang) (NFC)Vedant Kumar2016-02-161-1/+1
* [analyzer] Suppress localization diagnostics in debug classes and methods.Devin Coughlin2016-02-051-0/+35
* [analyzer] Add 'optin' checker package and move localizability checkers into it.Devin Coughlin2015-11-041-1/+1
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-231-97/+703
* Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin2015-09-231-703/+97
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-221-97/+703
* Add missing newline.Ted Kremenek2015-08-261-1/+1
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-141-0/+595
* Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks2015-08-081-559/+0
* Revert "[analyzer] Fixup to r244389 to make this build on windows."Anna Zaks2015-08-081-1/+1
* [analyzer] Fixup to r244389 to make this build on windows.Anna Zaks2015-08-081-1/+1
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-081-0/+559