This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 64bb5ec169 [ASTImporter] Fix up test that only works on X86. new 8f798fb970 [analyzer][UninitializedObjectChecker] New flag to ignore gu [...]
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: .../UninitializedObject/UninitializedObject.h | 18 +- .../UninitializedObjectChecker.cpp | 105 ++++- .../cxx-uninitialized-object-unguarded-access.cpp | 440 +++++++++++++++++++++ 3 files changed, 550 insertions(+), 13 deletions(-) create mode 100644 test/Analysis/cxx-uninitialized-object-unguarded-access.cpp