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

Summary: support less strict line continuation
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: EditorAssignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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