This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1848978c2f [clang][slh] add attribute for speculative load hardening new f8ec7c38fe Revert "[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 deletions(-) delete mode 100644 test/CodeGen/attr-speculative-load-hardening.cpp delete mode 100644 test/CodeGen/attr-speculative-load-hardening.m delete mode 100644 test/SemaCXX/attr-speculative-load-hardening.cpp