]> granicus.if.org Git - clang/commit
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 25 Feb 2011 00:09:51 +0000 (00:09 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 25 Feb 2011 00:09:51 +0000 (00:09 +0000)
commit116f3640daee424dfcdbe55e80be5a67476be4b0
tree299acef14e4655362f44ba18e259e2ae5e086e35
parent10aad449dfbb5b43611d45b99c88dfc26db7fac9
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.

This is pretty basic for now, eventually checkers should be grouped according to package, hidden checkers should be indicated etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126454 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/CheckerProvider.h
include/clang/StaticAnalyzer/Frontend/FrontendActions.h
lib/Frontend/CompilerInvocation.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/StaticAnalyzer/Checkers/ClangSACheckerProvider.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp