This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ec0a24cf0c [OpenCL] Fixing sampler initialisations for C++ mode. new 3a3b332ab5 fix unnamed fiefield issue and add tests for __builtin_prese [...]
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 | 21 +++- lib/CodeGen/CodeGenFunction.h | 3 + test/CodeGen/builtin-preserve-access-index.c | 177 +++++++++++++++++++++++++++ test/Sema/builtin-preserve-access-index.c | 13 ++ 4 files changed, 212 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/builtin-preserve-access-index.c create mode 100644 test/Sema/builtin-preserve-access-index.c