[PATCH] [Parse] Allow 'constexpr' in condition declarations

Richard Smith richard at metafoo.co.uk
Thu Jun 25 14:00:11 PDT 2015


================
Comment at: test/CXX/drs/dr9xx.cpp:48
@@ +47,3 @@
+
+namespace dr948 {
+#if __cplusplus >= 201103L
----------------
Add a comment here: `// dr948: 3.7` (we have a script that generates the cxx_dr_status.html page from these comments).

================
Comment at: test/CXX/drs/dr9xx.cpp:50-52
@@ +49,5 @@
+#if __cplusplus >= 201103L
+  // This test verifies the functionality specified by DR948:
+  // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#948
+
+  class A {
----------------
Remove this comment: this is implied for all the tests in this entire directory.

http://reviews.llvm.org/D8978

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list