This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 337babf [ThinLTO] Specify target triple in new test new 8ea4b56 PR23135: Don't instantiate constexpr functions referenced in [...]
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 | 25 ++++- lib/Parse/ParseInit.cpp | 4 + lib/Sema/SemaDeclCXX.cpp | 20 +++- lib/Sema/SemaExpr.cpp | 114 ++++++++++++--------- lib/Sema/SemaExprMember.cpp | 1 + lib/Sema/SemaInit.cpp | 7 ++ lib/Sema/SemaLambda.cpp | 1 + .../expr/expr.prim/expr.prim.lambda/templates.cpp | 4 +- test/CXX/temp/temp.param/p5.cpp | 10 +- test/SemaCXX/constant-expression-cxx11.cpp | 4 +- test/SemaCXX/implicit-exception-spec.cpp | 32 +++--- test/SemaCXX/member-init.cpp | 24 ++--- test/SemaTemplate/constexpr-instantiate.cpp | 84 +++++++++++---- test/SemaTemplate/default-arguments-cxx0x.cpp | 2 + test/SemaTemplate/instantiate-init.cpp | 3 +- 15 files changed, 218 insertions(+), 117 deletions(-)