This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f1010cd2b0 [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/un [...] new 46f5ec2ba7 [XRay][llvm+clang] Consolidate attribute list files
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/LangOptions.h | 7 +++++++ include/clang/Basic/XRayLists.h | 3 ++- include/clang/Driver/Options.td | 8 ++++++-- include/clang/Driver/XRayArgs.h | 1 + lib/AST/ASTContext.cpp | 3 ++- lib/Basic/XRayLists.cpp | 24 +++++++++++++++++------- lib/Driver/XRayArgs.cpp | 15 +++++++++++++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/xray-always-instrument.cpp | 10 +++++++++- test/CodeGen/xray-attr-list.cpp | 19 +++++++++++++++++++ test/CodeGen/xray-imbue-arg1.cpp | 9 ++++++++- test/CodeGen/xray-never-instrument.cpp | 24 ++++++++++++++++++++++++ 12 files changed, 111 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/xray-attr-list.cpp create mode 100644 test/CodeGen/xray-never-instrument.cpp