[PATCH] Unknown-bound array static data member of template should be type dependent

Richard Smith richard at metafoo.co.uk
Tue Nov 12 23:12:54 PST 2013



================
Comment at: test/CXX/drs/dr2xx.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions
+// RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions
----------------
This should be dr4xx.cpp, not dr2xx, since this is dr408.

================
Comment at: test/CXX/drs/dr2xx.cpp:5
@@ +4,3 @@
+
+// Test that a specialization can have a different size.
+
----------------
Please put the test in a `namespace dr408` and add a `// dr408: yes` comment. (See the other drxxx.cpp tests for an example.) This is used by a script to automatically build http://clang.llvm.org/cxx_dr_status.html


http://llvm-reviews.chandlerc.com/D2049



More information about the cfe-commits mailing list