[PATCH] D61839: [analyzer] Hide developer-only checker/package options by default

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 19:06:15 PDT 2019


Szelethus updated this revision to Diff 200127.
Szelethus retitled this revision from "[analyzer][WIP] Hide developer-only checker/package options by default" to "[analyzer] Hide developer-only checker/package options by default".
Szelethus added a comment.

- Hide several more checkers
- Rename `-analyzer-checker-option-help-hidden` to `-analyzer-checker-option-help-developer`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61839/new/

https://reviews.llvm.org/D61839

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61839.200127.patch
Type: text/x-patch
Size: 17483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190518/198444fb/attachment-0001.bin>


More information about the cfe-commits mailing list