================
Comment at: test/cpp11-migrate/UseAuto/new.cpp:15-17
@@ +14,5 @@
+
+  MyType *b = new MyDerivedType();
+  // CHECK: MyType *b = new MyDerivedType();
+
+  void *c = new MyType();
----------------
Please add tests with:
* const and volatile qualifiers;
* new[];
* `MyType *a(new MyType);`
* same as previous but with C++11 uniform initialization.



http://llvm-reviews.chandlerc.com/D393
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to