Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a method to get the list of registered static analyzer checkers. | Alexander Kornienko | 2016-11-08 | 1 | -0/+17 |
| | | | | | | | | | | | | | | Summary: This provides a better interface for clang-tidy and encapsulates the knowledge about experimental checkers instead of leaving this to the clients. Reviewers: zaks.anna Subscribers: a.sidorin, NoQ, dcoughlin, cfe-commits Differential Revision: https://reviews.llvm.org/D26310 llvm-svn: 286218 | ||||
* | [analyzer] Individual configuration options can be specified for checkers. | Gabor Horvath | 2015-03-04 | 1 | -0/+74 |
Reviewed by: Anna Zaks Original patch by: Aleksei Sidorin Differential Revision: http://reviews.llvm.org/D7905 llvm-svn: 231266 |