[all-commits] [llvm/llvm-project] 95d94a: Revert "Re-apply "Deferred Concept Instantiation I...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Aug 19 12:49:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95d94a67755620c0a2871ac6f056ca8e9731d5e9
https://github.com/llvm/llvm-project/commit/95d94a67755620c0a2871ac6f056ca8e9731d5e9
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-08-19 (Fri, 19 Aug 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/lib/Sema/SemaConcept.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
M clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
M clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
R clang/test/SemaTemplate/concepts-friends.cpp
M clang/test/SemaTemplate/concepts.cpp
R clang/test/SemaTemplate/deferred-concept-inst.cpp
M clang/test/SemaTemplate/instantiate-requires-clause.cpp
R clang/test/SemaTemplate/trailing-return-short-circuit.cpp
Log Message:
-----------
Revert "Re-apply "Deferred Concept Instantiation Implementation"""
This reverts commit d483730d8c3fa2e0d4192b2f3c61c761b124e6ad.
This allegedly breaks a significant part of facebooks internal build.
Reverting while we wait for them to provide a reproducer of this from
@wlei.
More information about the All-commits
mailing list