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

LG with one nit.


================
Comment at: clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.cpp:70
@@ +69,3 @@
+        diag(SL->getLocStart(), "suspicious embedded NUL character");
+        break;
+      }
----------------
nit: Should this be `return` instead?


http://reviews.llvm.org/D18783



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to