This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fe8249cb5c [Coverage] Discard deferred region in closing if-else new 6fe0ba5b2e [CodeGen] EmitPointerWithAlignment() to generate TBAA info a [...]
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 | 87 ++++++++++++++++++++++++----------------- lib/CodeGen/CodeGenFunction.cpp | 6 +-- lib/CodeGen/CodeGenFunction.h | 9 +++-- lib/CodeGen/CodeGenModule.cpp | 7 ++++ lib/CodeGen/CodeGenModule.h | 5 +++ lib/CodeGen/CodeGenTBAA.cpp | 8 ++++ lib/CodeGen/CodeGenTBAA.h | 11 ++++++ test/CodeGen/tbaa-cast.cpp | 23 +++++++++++ 8 files changed, 114 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/tbaa-cast.cpp