This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 919c870 fix regexes for label names in ms-intrinsics test new 5ea7bb8 [NFC] Fixing the description for _mm_store_ps and _mm_store_ps1. new c2d4c5a Revert r284008. This is us to fail to instantiate static data [...]
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/AST/Decl.h | 27 +---------- lib/AST/Decl.cpp | 53 ---------------------- lib/Headers/xmmintrin.h | 30 ++++++------ lib/Sema/SemaDecl.cpp | 16 ------- lib/Sema/SemaTemplate.cpp | 47 ++++++------------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++-------- lib/Sema/SemaType.cpp | 4 -- lib/Serialization/ASTReaderDecl.cpp | 24 ---------- lib/Serialization/ASTWriterDecl.cpp | 4 -- test/Modules/Inputs/PR28752/Subdir1/b.h | 1 - test/Modules/Inputs/PR28752/Subdir1/c.h | 0 .../Inputs/PR28752/Subdir1/module.modulemap | 5 -- test/Modules/Inputs/PR28752/a.h | 1 - test/Modules/Inputs/PR28752/module.modulemap | 1 - test/Modules/Inputs/PR28752/vector | 28 ------------ test/Modules/pr28752.cpp | 19 -------- 16 files changed, 51 insertions(+), 249 deletions(-) delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/c.h delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap delete mode 100644 test/Modules/Inputs/PR28752/a.h delete mode 100644 test/Modules/Inputs/PR28752/module.modulemap delete mode 100644 test/Modules/Inputs/PR28752/vector delete mode 100644 test/Modules/pr28752.cpp