This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a81e238bcc Use `ln -n` to prevent forming a symlink cycle, instead of r [...] new 47121858ca [BPF] Preserve debuginfo array/union/struct type/access index
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: docs/LanguageExtensions.rst | 29 ++++++++++++++++++ include/clang/Basic/Builtins.def | 1 + lib/CodeGen/CGBuilder.h | 15 +++++++++ lib/CodeGen/CGBuiltin.cpp | 21 +++++++++++++ lib/CodeGen/CGExpr.cpp | 49 +++++++++++++++++++++++++++--- lib/CodeGen/CodeGenFunction.h | 4 +++ lib/Sema/SemaChecking.cpp | 14 +++++++++ test/CodeGen/bpf-preserve-access-index-2.c | 22 ++++++++++++++ test/CodeGen/bpf-preserve-access-index.c | 22 ++++++++++++++ 9 files changed, 173 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/bpf-preserve-access-index-2.c create mode 100644 test/CodeGen/bpf-preserve-access-index.c