xazax.hun added inline comments.

================
Comment at: docs/clang-tidy/checks/misc-suspicious-semicolon.rst:35
@@ +34,3 @@
+
+    if(x >= y);
+    x -= y;
----------------
hokein wrote:
> The doc needs to be updated.
> 
> With your latest patch, this is also a warning case.
The documentation implies that this is a warning case but I will make it 
clearer to be less confusing.


http://reviews.llvm.org/D16535



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

Reply via email to