Bug 142815

Summary: prepare-ChangeLog doesn't understand C string literals split across multiple lines with \
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: darin, pknight
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Allow strings to continue to the next line darin: review+

Description mitz 2015-03-18 00:35:59 PDT
<rdar://problem/20192067>

The line continuation sequence (backslash followed by newline) confuses prepare-ChangeLog’s get_function_line_ranges_for_cpp(), causing it to emit false “mismatched quotes” warnings.
Comment 1 mitz 2015-03-18 00:45:22 PDT
Created attachment 248921 [details]
Allow strings to continue to the next line
Comment 2 mitz 2015-03-18 09:27:51 PDT
Fixed in <http://trac.webkit.org/r181696>.