diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-07-20 06:44:52 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-07-20 06:44:52 +0000 |
commit | 43972898614d91c00982f10cdf7f2bfb4a9f6275 (patch) | |
tree | 317c35107fb61a8daa08055d348d9149e92a3c3a /docs/UsersManual.html | |
parent | 381767fcfe2fdf53727099d95b23b0c9e6a9aa6c (diff) |
Revert r160319, it caused PR13417. Add a test for PR13417.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 629d9b2574..7a0e325c03 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -230,9 +230,6 @@ print something like: <p>When this is disabled, Clang will print "test.c:28: warning..." with no column number.</p> - -<p>The printed column numbers count bytes from the beginning of the line; take -care if your source contains multibyte characters.</p> </dd> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> @@ -399,9 +396,6 @@ exprs.c:47:15:{47:8-47:14}{47:17-47:24}: error: invalid operands to binary expre </pre> <p>The {}'s are generated by -fdiagnostics-print-source-range-info.</p> - -<p>The printed column numbers count bytes from the beginning of the line; take -care if your source contains multibyte characters.</p> </dd> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> @@ -422,9 +416,6 @@ respectively). Both the file name and the insertion string escape backslash (as "\\"), tabs (as "\t"), newlines (as "\n"), double quotes(as "\"") and non-printable characters (as octal "\xxx").</p> - -<p>The printed column numbers count bytes from the beginning of the line; take -care if your source contains multibyte characters.</p> </dd> <dt id="opt_fno-elide-type"> |