[PATCH] Fix UseNullptr fail to replace c-style explicit cast in a return statement.

Edwin Vane edwin.vane at intel.com
Mon Apr 8 12:05:01 PDT 2013



================
Comment at: test/cpp11-migrate/UseNullptr/basic.cpp:188
@@ +187,3 @@
+
+const int *test_function_return_cast2() {
+  return(int)0;
----------------
Why is this test necessary?


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



More information about the cfe-commits mailing list