summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-1/+1
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+4
* 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
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-2/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-3/+2
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-2/+3
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-3/+2
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-2/+3
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-3/+2
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-2/+3
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [analyzer] Don't throw NSNumberObjectConversion warning on object initializat...George Karpenkov2018-03-021-2/+4
* [analyzer] NumberObjectConversion: Workaround for a linker error with modules.Artem Dergachev2016-11-151-19/+19
* [analyzer] NumberObjectConversion: support more types, misc updates.Artem Dergachev2016-10-311-94/+175
* [analyzer] Add NumberObjectConversion checker.Artem Dergachev2016-10-181-0/+267