[analyzer] Hide developer-only checker/package options by default
authorKristof Umann <kristof.umann@ericsson.com>
Thu, 23 May 2019 22:07:16 +0000 (22:07 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Thu, 23 May 2019 22:07:16 +0000 (22:07 +0000)
commit7e55ed84d0598f6cbd282985855a6b810025fa93
tree11d6db7e26ba5927de221eec85a3f618fcf8025a
parentd82ddfa7c37d4814c91f1391d42eff87bc75c9dc
[analyzer] Hide developer-only checker/package options by default

These options are now only visible under
-analyzer-checker-option-help-developer.

Differential Revision: https://reviews.llvm.org/D61839

llvm-svn: 361561
clang/include/clang/Driver/CC1Options.td
clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
clang/test/Analysis/analyzer-checker-option-help.c
clang/utils/TableGen/ClangSACheckersEmitter.cpp