[PATCH] D41910: [Concepts] Constrained partial specializations and function overloads.
Saar Raz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 11:46:31 PDT 2019
saar.raz updated this revision to Diff 196106.
saar.raz added a comment.
- Fixed importing of ACs when importing partial specs.
- Adjust to getAssociatedConstraints interface change
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D41910/new/
https://reviews.llvm.org/D41910
Files:
include/clang/AST/DeclTemplate.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/DeclTemplate.cpp
lib/Sema/SemaConcept.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.normal/p1.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.196106.patch
Type: text/x-patch
Size: 59458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190422/3e4b9cf8/attachment-0001.bin>
More information about the cfe-commits
mailing list