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

Douglas Gregor dgregor at apple.com
Mon Aug 23 07:03:48 PDT 2010


On Aug 20, 2010, at 10:19 AM, Sebastian Redl wrote:

> 
> 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 "\\"?

Yep. r111806, thanks!

	- Doug



More information about the cfe-commits mailing list