[all-commits] [llvm/llvm-project] 0c31da: Revert "Deferred Concept Instantiation Implementat...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon May 2 06:27:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c31da48389754822dc3eecc4723160c295b9ab2
https://github.com/llvm/llvm-project/commit/0c31da48389754822dc3eecc4723160c295b9ab2
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/DeclBase.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclBase.cpp
M clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
M clang/lib/Sema/SemaConcept.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/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.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 "Deferred Concept Instantiation Implementation"
This reverts commit 4b6c2cd647e9e5a147954886338f97ffb6a1bcfb.
The patch caused numerous ARM 32 bit build failures, since we added a
5th item to the PointerUnion, and went over the 2-bits available in the
32 bit pointers.
More information about the All-commits
mailing list