This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6a1802de6c [AST][NFC] Use unsigned in the bit-fields of IdentifierInfo new 3fb90d137e [analyzer][UninitializedObjectChecker] New flag to turn off [...]
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: .../Checkers/UninitializedObjectChecker.cpp | 43 ++++++++++++++++++---- .../cxx-uninitialized-object-inheritance.cpp | 5 ++- .../cxx-uninitialized-object-no-dereference.cpp | 27 ++++++++++++++ .../cxx-uninitialized-object-notes-as-warnings.cpp | 5 ++- test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 11 ++++-- test/Analysis/cxx-uninitialized-object.cpp | 11 ++++-- 6 files changed, 86 insertions(+), 16 deletions(-) create mode 100644 test/Analysis/cxx-uninitialized-object-no-dereference.cpp