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)
commit8df2a62ae65530c8a489e7520ff02c2ab6f5db94
tree3313f654e932da29715f599615fb9bf6189024e5
parenta8ca3ed06a669e17c6a52b115525060fbb385072
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

llvm-svn: 286218
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp