[cfe-commits] r111610 - in /cfe/trunk: docs/UsersManual.html lib/Frontend/TextDiagnosticPrinter.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Fri Aug 20 10:19:00 PDT 2010


On Aug 19, 2010, at 8:17 PM, Douglas Gregor wrote:

> 
> Modified: cfe/trunk/docs/UsersManual.html
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=111610&r1=111609&r2=111610&view=diff
> +<p>The range printed is a half-open range, so in this example the characters at column 25 up to but not including column 29 on line 7 in t.cpp should be replaced with the string "Gamma". Either the range or the replacement string may be empty (representing strict insertions and strict erasures, 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>

I assume backslash is escaped as "\\"?

Sebastian





More information about the cfe-commits mailing list