]> granicus.if.org Git - clang/commit
[analyzer] List checker/plugin options in 3 categories: released, alpha, developer
authorKristof Umann <kristof.umann@ericsson.com>
Thu, 23 May 2019 22:52:09 +0000 (22:52 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Thu, 23 May 2019 22:52:09 +0000 (22:52 +0000)
commit3b240f939feefd3897b1f93c2919717f4f9a6a25
treebcbc27bacd9eb482ceebd6770fc76cbd6d43ac6e
parent84a84885cd7fe255973f6ca01bfd7852f9e214dd
[analyzer] List checker/plugin options in 3 categories: released, alpha, developer

Same patch as D62093, but for checker/plugin options, the only
difference being that options for alpha checkers are implicitly marked
as alpha.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361566 91177308-0d34-0410-b5e6-96231b3b80d8
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
test/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
utils/TableGen/ClangSACheckersEmitter.cpp