[PATCH] D13357: [Concepts] Diagnose when 'concept' is specified on a specialization

Nathan Wilson via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 17:15:12 PST 2016


nwilson updated this revision to Diff 46854.
nwilson added a comment.

- This update removes the parameter in `TemplateDecl::setConcept` since there isn't a need to mark a concept false.


http://reviews.llvm.org/D13357

Files:
  include/clang/AST/DeclTemplate.h
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaTemplate.cpp
  test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p1.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13357.46854.patch
Type: text/x-patch
Size: 10392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160204/52a1846c/attachment-0001.bin>


More information about the cfe-commits mailing list