This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9317818c5b [Driver] Use the per-API level Android library directories. new 07bff7a364 [XRay] Add clang builtin for xray typed events.
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: include/clang/Basic/Builtins.def | 1 + include/clang/Basic/LangOptions.def | 4 ++- include/clang/Basic/XRayInstr.h | 4 ++- include/clang/Driver/Options.td | 6 ++++ include/clang/Driver/XRayArgs.h | 1 + include/clang/Frontend/CodeGenOptions.def | 3 ++ lib/Basic/XRayInstr.cpp | 1 + lib/CodeGen/CGBuiltin.cpp | 38 ++++++++++++++++++++++ lib/CodeGen/CodeGenFunction.cpp | 9 ++++- lib/CodeGen/CodeGenFunction.h | 4 +++ lib/Driver/XRayArgs.cpp | 7 ++++ lib/Frontend/CompilerInvocation.cpp | 7 ++++ ...omevent.cpp => xray-always-emit-typedevent.cpp} | 6 ++-- test/CodeGen/xray-instrumentation-bundles.cpp | 35 +++++++++++++++----- test/CodeGen/xray-typedevent.cpp | 34 +++++++++++++++++++ 15 files changed, 146 insertions(+), 14 deletions(-) copy test/CodeGen/{xray-always-emit-customevent.cpp => xray-always-emit-typedevent [...] create mode 100644 test/CodeGen/xray-typedevent.cpp