]> granicus.if.org Git - clang/commit
Add a method to get the list of registered static analyzer checkers.
authorAlexander Kornienko <alexfh@google.com>
Tue, 8 Nov 2016 07:23:32 +0000 (07:23 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 8 Nov 2016 07:23:32 +0000 (07:23 +0000)
commitbfd8fbd05a2033ec35b3a24b0d59725c68fec5b9
tree1947f0cc9fe1c022d2755700daf25cf194dd169d
parentc5671c52da870a56727a579f6ff87c0a22e688b9
Add a method to get the list of registered static analyzer checkers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286218 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp