[cfe-commits] r83162 - /cfe/trunk/www/diagnostics.html
Chris Lattner
sabre at nondot.org
Wed Sep 30 13:20:06 PDT 2009
Author: lattner
Date: Wed Sep 30 15:20:06 2009
New Revision: 83162
URL: http://llvm.org/viewvc/llvm-project?rev=83162&view=rev
Log:
fix line #'s
Modified:
cfe/trunk/www/diagnostics.html
Modified: cfe/trunk/www/diagnostics.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/diagnostics.html?rev=83162&r1=83161&r2=83162&view=diff
==============================================================================
--- cfe/trunk/www/diagnostics.html (original)
+++ cfe/trunk/www/diagnostics.html Wed Sep 30 15:20:06 2009
@@ -296,8 +296,8 @@
</pre>
<p>This shows a trivial little tweak, where we tell you to put the semicolon at
-the end of the line that is missing it (line 8) instead of at the beginning of
-the following line (line 9). This is particularly important with fixit hints
+the end of the line that is missing it (line 4) instead of at the beginning of
+the following line (line 5). This is particularly important with fixit hints
and caret diagnostics, because otherwise you don't get the important context.
</p>
More information about the cfe-commits
mailing list