This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 54640b4bfa [OPENMP][NVPTX]Emit default locations with the correct Exec| [...] new 1848978c2f [clang][slh] add attribute for speculative load hardening
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/Attr.td | 6 +++++ include/clang/Basic/AttrDocs.td | 24 +++++++++++++++++ lib/CodeGen/CGCall.cpp | 4 +++ lib/Sema/SemaDeclAttr.cpp | 3 +++ test/CodeGen/attr-speculative-load-hardening.cpp | 18 +++++++++++++ test/CodeGen/attr-speculative-load-hardening.m | 9 +++++++ test/SemaCXX/attr-speculative-load-hardening.cpp | 34 ++++++++++++++++++++++++ 7 files changed, 98 insertions(+) create mode 100644 test/CodeGen/attr-speculative-load-hardening.cpp create mode 100644 test/CodeGen/attr-speculative-load-hardening.m create mode 100644 test/SemaCXX/attr-speculative-load-hardening.cpp