[PATCH] D14229: Remove unreachable that was reached in modernize-use-nullptr.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 2 06:03:50 PST 2015


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Looks good with one nit.


================
Comment at: test/clang-tidy/modernize-use-nullptr.cpp:191
@@ +190,3 @@
+char function(NoDef *p);
+#define F(x) \
+    (sizeof(function(x)) == 1)
----------------
nit: Merge the lines maybe? 


http://reviews.llvm.org/D14229





More information about the cfe-commits mailing list