This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d1783a984e [clang][slh] add attribute for speculative load hardening new 39c3aadd7d [MS] Push fewer DeclContexts for delayed template parsing new 622167e77f Revert "[clang][slh] add attribute for speculative load hardening"
The 2 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/Parse/ParseTemplate.cpp | 9 ++++-- lib/Sema/SemaDeclAttr.cpp | 3 -- test/CodeGen/attr-speculative-load-hardening.cpp | 18 ------------ test/CodeGen/attr-speculative-load-hardening.m | 9 ------ ...pragma-attribute-supported-attributes-list.test | 3 +- test/Parser/DelayedTemplateParsing.cpp | 17 +++++++++++ test/SemaCXX/attr-speculative-load-hardening.cpp | 34 ---------------------- 10 files changed, 25 insertions(+), 102 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