This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f949e0451d [clang-format] Fixes indentation of inner text proto messages new 9660f4bc00 [CodeGen] Decorate aggregate accesses with TBAA tags
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/CGAtomic.cpp | 11 ++-- lib/CodeGen/CGCall.cpp | 10 +-- lib/CodeGen/CGClass.cpp | 13 ++-- lib/CodeGen/CGExprAgg.cpp | 20 ++++-- lib/CodeGen/CGExprCXX.cpp | 37 +++++++---- lib/CodeGen/CGObjC.cpp | 7 +- lib/CodeGen/CGOpenMPRuntime.cpp | 7 +- lib/CodeGen/CGStmt.cpp | 4 +- lib/CodeGen/CGStmtOpenMP.cpp | 12 ++-- lib/CodeGen/CodeGenFunction.h | 17 ++--- lib/CodeGen/CodeGenModule.cpp | 8 +++ lib/CodeGen/CodeGenModule.h | 5 ++ lib/CodeGen/CodeGenTBAA.cpp | 18 ++++++ lib/CodeGen/CodeGenTBAA.h | 5 ++ lib/CodeGen/ItaniumCXXABI.cpp | 4 +- test/CodeGen/tbaa-struct.cpp | 138 ++++++++++++++++++++++++++++------------ 16 files changed, 219 insertions(+), 97 deletions(-)