This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2be1e8b8ee NFC, add missing cl::cat option category to clang-scan-deps [...] new 692350b332 [analyzer][NFC] Fix inconsistent references to checkers as "checks"
The 1 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/Analysis/PathDiagnostic.h | 6 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 88 ++++++++++++---------- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 4 +- .../StaticAnalyzer/Core/BugReporter/BugType.h | 40 +++++----- include/clang/StaticAnalyzer/Core/Checker.h | 4 +- include/clang/StaticAnalyzer/Core/CheckerManager.h | 23 +++--- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 +- lib/Analysis/PathDiagnostic.cpp | 4 +- .../plugins/SampleAnalyzer/MainCallChecker.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 2 +- lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 20 +++-- .../Checkers/CallAndMessageChecker.cpp | 8 +- .../Checkers/CheckSecuritySyntaxOnly.cpp | 34 ++++----- .../Checkers/DeleteWithNonVirtualDtorChecker.cpp | 2 +- .../Checkers/ExprInspectionChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 8 +- .../Checkers/IvarInvalidationChecker.cpp | 14 ++-- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 11 ++- lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 14 ++-- .../Checkers/UndefinedArraySubscriptChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 5 +- lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 12 +-- lib/StaticAnalyzer/Core/BugReporter.cpp | 12 +-- lib/StaticAnalyzer/Core/Checker.cpp | 8 +- lib/StaticAnalyzer/Core/CheckerManager.cpp | 2 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 3 +- lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 5 +- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 4 +- lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 8 +- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 2 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 2 +- .../StaticAnalyzer/RegisterCustomCheckersTest.cpp | 2 +- 32 files changed, 180 insertions(+), 175 deletions(-)