This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ea61015027 Modules: Adopt template parameters for variable templates to [...] new 11cb7ccfe3 [analyzer] Move UninitializedObjectChecker out of alpha
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: docs/analyzer/checkers.rst | 200 +++++++++++---------- include/clang/StaticAnalyzer/Checkers/Checkers.td | 74 ++++---- .../UninitializedObject/UninitializedObject.h | 10 +- .../cxx-uninitialized-object-inheritance.cpp | 6 +- .../cxx-uninitialized-object-no-dereference.cpp | 2 +- .../cxx-uninitialized-object-notes-as-warnings.cpp | 6 +- test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 10 +- .../cxx-uninitialized-object-unguarded-access.cpp | 6 +- ...x-uninitialized-object-unionlike-constructs.cpp | 12 +- test/Analysis/cxx-uninitialized-object.cpp | 10 +- test/Analysis/objcpp-uninitialized-object.mm | 2 +- www/analyzer/alpha_checks.html | 114 ------------ www/analyzer/available_checks.html | 113 ++++++++++++ 13 files changed, 286 insertions(+), 279 deletions(-)