[PATCH] D41284: Associated constraint infrastructure.

Saar Raz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 05:38:56 PST 2017


saar.raz created this revision.
saar.raz added reviewers: changyu, hubert.reinterpretcast, rsmith, nwilson.
Herald added a subscriber: cfe-commits.

Added code to correctly calculate the associated constraints of a template. Depends on https://reviews.llvm.org/D41217.


Repository:
  rC Clang

https://reviews.llvm.org/D41284

Files:
  include/clang/AST/DeclTemplate.h
  include/clang/AST/RecursiveASTVisitor.h
  lib/AST/DeclTemplate.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  lib/Serialization/ASTReader.cpp
  lib/Serialization/ASTReaderDecl.cpp
  lib/Serialization/ASTWriter.cpp
  lib/Serialization/ASTWriterDecl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41284.127112.patch
Type: text/x-patch
Size: 28687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171215/aab5a6e8/attachment-0001.bin>


More information about the cfe-commits mailing list