================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
