[cfe-commits] [PATCH] Added a test for C++11 statement attributes serialization.

Richard Smith reviews at llvm-reviews.chandlerc.com
Tue Oct 2 11:38:08 PDT 2012



================
Comment at: tools/clang/test/PCH/cxx11-statement-attributes.cpp:11-13
@@ +10,4 @@
+
+// CHECK: Inputs/cxx11-statement-attributes.h:10:7: warning: fallthrough annotation does not directly precede switch label
+// CHECK: cxx11-statement-attributes.cpp:8:3: note: in instantiation of function template specialization 'f<1>' requested here
+// CHECK: 1 warning generated.
----------------
Any reason not to use -verify for this?


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



More information about the cfe-commits mailing list