[PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts

Nathan Wilson via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 12 06:07:17 PDT 2015


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

Moving tests to the correct file.
Modifying the diagnostic id and message so it's more applicable to the checks in this Patch. Update the quoted sections of the standard as well.
Use ternary operator for Partial Specialization check.
Add missing period in comment.


http://reviews.llvm.org/D13357

Files:
  include/clang/AST/Decl.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.37099.patch
Type: text/x-patch
Size: 6310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151012/ccf52164/attachment.bin>


More information about the cfe-commits mailing list