This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f4502ab59c Basic: restore {,u}intptr_t on NetBSD/ARM new a312801e78 [CodeGen] Fix generation of TBAA info for array-to-pointer c [...] new d6aede0fad [clang-refactor] Add "-Inplace" option to the commandline tool.
The 2 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 | 10 ++++++++-- test/CodeGen/tbaa-array.cpp | 18 ++++++++++++++++++ test/Refactor/tool-apply-replacements.cpp | 12 +++++------- tools/clang-refactor/ClangRefactor.cpp | 22 ++++++++++++++++------ 4 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/tbaa-array.cpp