This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f0d9f1d0c7 [analyzer][NFC] Collect all -analyzer-config options in a .def file new 55d5626ea8 [analyzer] New flag to print all -analyzer-config options new eb8ff51970 [analyzer] Put llvm.Conventions back in alpha
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/CC1Options.td | 3 + include/clang/StaticAnalyzer/Checkers/Checkers.td | 3 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 1 + .../StaticAnalyzer/Frontend/FrontendActions.h | 1 + lib/Frontend/CompilerInvocation.cpp | 1 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 8 + .../Checkers/LLVMConventionsChecker.cpp | 3 +- .../Frontend/CheckerRegistration.cpp | 72 +++++++ test/Analysis/Inputs/system-header-simulator-cxx.h | 43 ++++ test/Analysis/analyzer-list-configs.c | 33 +++ test/Analysis/diagnostics/explicit-suppression.cpp | 2 +- test/Analysis/inner-pointer.cpp | 40 +--- test/Analysis/llvm-conventions.cpp | 226 +++++++++++++++++++++ test/Analysis/temporaries.cpp | 2 +- www/analyzer/alpha_checks.html | 26 +++ 15 files changed, 422 insertions(+), 42 deletions(-) create mode 100644 test/Analysis/analyzer-list-configs.c create mode 100644 test/Analysis/llvm-conventions.cpp