[PATCH] D41910: [Concepts] Constrained partial specializations and function overloads.
Saar Raz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 10 10:43:48 PST 2018
saar.raz created this revision.
saar.raz added reviewers: hubert.reinterpretcast, rsmith, nwilson, changyu, faisalv.
Herald added a subscriber: cfe-commits.
Added support for constraint satisfaction checking and partial ordering of constraints in constrained partial specialization and function template overloads. Depends on https://reviews.llvm.org/D41569.
Repository:
rC Clang
https://reviews.llvm.org/D41910
Files:
include/clang/AST/DeclTemplate.h
include/clang/Sema/Sema.h
lib/AST/DeclTemplate.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
test/CXX/concepts-ts/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
test/CXX/concepts-ts/temp/temp.constr/temp.constr.order/function-templates.cpp
test/CXX/concepts-ts/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41910.129307.patch
Type: text/x-patch
Size: 45614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180110/fe67eda1/attachment-0001.bin>
More information about the cfe-commits
mailing list