[PATCH] D25674: [Concepts] Class template associated constraints

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 14:45:29 PST 2017


rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Sema/SemaTemplate.cpp:1300
+  // Attach the associated constraints when the declaration will not be part of
+  // a decl chain
+  Expr *const ACtoAttach =
----------------
Add period to this sentence.


https://reviews.llvm.org/D25674





More information about the cfe-commits mailing list