Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. | Eugene Zelenko | 2016-01-26 | 1 | -3/+3 |
| | | | | | | Differential revision: http://reviews.llvm.org/D16567 llvm-svn: 258836 | ||||
* | [analyzer] Add VforkChecker to find unsafe code in vforked process. | Yury Gribov | 2015-11-06 | 1 | -0/+218 |
This checker looks for unsafe constructs in vforked process: function calls (excluding whitelist), memory write and returns. This was originally motivated by a vfork-related bug in xtables package. Patch by Yury Gribov. Differential revision: http://reviews.llvm.org/D14014 llvm-svn: 252285 |