summaryrefslogtreecommitdiffstats
path: root/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-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 Horvath2015-03-041-0/+74
Reviewed by: Anna Zaks Original patch by: Aleksei Sidorin Differential Revision: http://reviews.llvm.org/D7905 llvm-svn: 231266
OpenPOWER on IntegriCloud