This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3f8116e6a2 [OpenCL] reserve_id_t cannot be used as argument to kernel function new 5e606f16ee [CodeGen] Pessimize aliasing for member unions (and may-alia [...]
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 | 31 +++++++++++++++------------- test/CodeGen/union-tbaa1.c | 44 ++++++++++++++++++++++++++++++++++++++++ test/CodeGenCXX/union-tbaa2.cpp | 45 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/union-tbaa1.c create mode 100644 test/CodeGenCXX/union-tbaa2.cpp