This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 91ef6e511f [analyzer][UninitializedObjectChecker] Refactored checker options new 43cdc8690f [analyzer][UninitializedObjectChecker] New flag to ignore re [...] new 4e5e136e7e [analyzer][UninitializedObjectChecker] Support for nonloc::L [...]
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: .../UninitializedObject/UninitializedObject.h | 10 +- .../UninitializedObjectChecker.cpp | 40 ++++-- .../UninitializedObject/UninitializedPointee.cpp | 31 +++-- test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 18 +++ ...x-uninitialized-object-unionlike-constructs.cpp | 136 +++++++++++++++++++++ www/analyzer/alpha_checks.html | 7 ++ 6 files changed, 223 insertions(+), 19 deletions(-) create mode 100644 test/Analysis/cxx-uninitialized-object-unionlike-constructs.cpp