summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-2/+2
* [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
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-2/+4
* [analyzer] MmapWriteExecChecker: Add support for mprotect().Artem Dergachev2018-03-091-3/+4
* [analyzer] Add a checker for mmap()s which are both writable and executable.Artem Dergachev2018-03-011-0/+87
* Revert r324166 "[analyzer] Add a checker for mmap()...".Artem Dergachev2018-02-031-75/+0
* [analyzer] Add a checker for mmap()s which are both writable and executable.Artem Dergachev2018-02-031-0/+75