[PATCH] D11027: [CONCEPTS] Creating Diagnostics for ill-formed function concept declaration

Nathan Wilson nwilson20 at gmail.com
Thu Jul 9 21:24:18 PDT 2015


nwilson added inline comments.

================
Comment at: test/SemaCXX/cxx-concept-declaration.cpp:3
@@ +2,3 @@
+
+namespace A {
+  template<typename T> concept bool C1() { return true; }
----------------
Please let me know if feel any tests are missing at this point.


http://reviews.llvm.org/D11027







More information about the cfe-commits mailing list