This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad58115 Use StringRef instead of raw pointer in SourceManagerInternal [...] new 0fff40d Revert r283887 and r283882, until the issue is understood and fixed. new 70af68c [OpenCL] Allow partial initializer for array and struct
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 | 26 +-------- lib/AST/Decl.cpp | 53 ----------------- lib/Sema/SemaDecl.cpp | 17 ------ lib/Sema/SemaInit.cpp | 5 +- lib/Sema/SemaTemplate.cpp | 47 +++++---------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 +++++++------ lib/Sema/SemaType.cpp | 4 -- lib/Serialization/ASTReaderDecl.cpp | 29 ---------- lib/Serialization/ASTWriterDecl.cpp | 4 -- test/CodeGenOpenCL/partial_initializer.cl | 66 ++++++++++++++++++++++ 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 ------- 17 files changed, 105 insertions(+), 241 deletions(-) create mode 100644 test/CodeGenOpenCL/partial_initializer.cl 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