This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270119 - support less strict line continuation
Summary: support less strict line continuation
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 18:29 UTC by Vladimir Voskresensky
Modified: 2017-03-30 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2017-03-18 18:29:34 UTC
gnu/clang considers spaces after line continuation as warning:
backslash and newline separated by space

But proceed as line continuation. 
see tests
test/Lexer/bcpl-escaped-newline.c 
test/Lexer/block_cmt_end.c 
test/Lexer/escape_newline.c 
test/Lexer/ms-extensions.c