[PATCH] D44352: [Concepts] Type Constraints

Saar Raz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 14:00:49 PDT 2019


saar.raz updated this revision to Diff 204844.
saar.raz added a comment.

Fix incorrect comparison of type-constraints in template template argument matching


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44352/new/

https://reviews.llvm.org/D44352

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/ASTNodeTraverser.h
  include/clang/AST/DeclTemplate.h
  include/clang/AST/ExprCXX.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/AST/ASTContext.cpp
  lib/AST/ASTImporter.cpp
  lib/AST/DeclPrinter.cpp
  lib/AST/DeclTemplate.cpp
  lib/AST/ExprCXX.cpp
  lib/AST/ODRHash.cpp
  lib/AST/TextNodeDumper.cpp
  lib/Parse/ParseExprCXX.cpp
  lib/Parse/ParseTemplate.cpp
  lib/Sema/SemaCXXScopeSpec.cpp
  lib/Sema/SemaCodeComplete.cpp
  lib/Sema/SemaConcept.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Sema/SemaType.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterDecl.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/CXX/concepts-ts/temp/temp.arg.template/p3.cpp
  test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
  test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/p3.cpp
  test/CXX/concepts-ts/temp/temp.param/p10.cpp
  test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
  test/Parser/cxx2a-constrained-template-param.cpp
  tools/libclang/CIndex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44352.204844.patch
Type: text/x-patch
Size: 138992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190614/b4194e23/attachment-0001.bin>


More information about the cfe-commits mailing list