[PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 10:58:33 PDT 2016


hubert.reinterpretcast updated this revision to Diff 55850.
hubert.reinterpretcast added a comment.

Address Faisal's comment; supercedes http://reviews.llvm.org/D19771

Replaces the custom FixedSizeTemplateParameterListStorage implementation with one that follows the interface provided by llvm::TrailingObjects.


http://reviews.llvm.org/D19322

Files:
  include/clang/AST/DeclTemplate.h
  lib/AST/DeclTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19322.55850.patch
Type: text/x-patch
Size: 8179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160502/0b72aefe/attachment-0001.bin>


More information about the cfe-commits mailing list