This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b303637398 [CodeGen] Mark fma as const for Android new a307b9d3d8 [MS] Fix late-parsed template infinite loop in eager instantiation
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/Sema/Sema.h | 4 +++ lib/Sema/Sema.cpp | 19 ++++++++++ lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +-- test/PCH/late-parsed-instantiations.cpp | 31 +++++++++++++++++ .../late-parsing-eager-instantiation.cpp | 40 ++++++++++++++++++++++ 5 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 test/PCH/late-parsed-instantiations.cpp create mode 100644 test/SemaTemplate/late-parsing-eager-instantiation.cpp