This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b946da5a60 [OPENMP]Add support for analysis of if clauses. new 2a9412eebe 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