This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d9b383bb5c [analyzer] Fix false negative on post-increment of uninitial [...] new 66ded8c1f9 [CodeGen] Add initial support for union members in TBAA
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: lib/CodeGen/CGExpr.cpp | 33 +++++++++------ lib/CodeGen/CodeGenModule.h | 5 ++- lib/CodeGen/CodeGenTBAA.cpp | 42 ++++++++++++------- lib/CodeGen/CodeGenTBAA.h | 19 +++++++-- test/CodeGen/tbaa-union.cpp | 100 ++++++++++++++++++++++++++++++++++++++++++++ test/CodeGen/union-tbaa1.c | 14 ++++--- 6 files changed, 175 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/tbaa-union.cpp