This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository clang.
from 07307f9 Minor change to OpenCL release notes to add one missing item. new c3709e7 Merging rr280190: ------------------------------------------- [...]
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/AST/DeclTemplate.h | 10 ++ include/clang/Basic/DiagnosticSemaKinds.td | 4 + include/clang/Sema/Sema.h | 23 +++-- lib/Sema/SemaDecl.cpp | 3 +- lib/Sema/SemaExpr.cpp | 5 + lib/Sema/SemaTemplate.cpp | 13 ++- lib/Sema/SemaTemplateInstantiate.cpp | 37 ++++++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 35 +++++-- test/SemaTemplate/instantiate-self.cpp | 103 ++++++++++++++++++--- .../instantiation-depth-exception-spec.cpp | 15 +-- test/SemaTemplate/instantiation-depth.cpp | 9 +- 11 files changed, 206 insertions(+), 51 deletions(-)