https://bugs.llvm.org/show_bug.cgi?id=50456
Bug ID: 50456
Summary: Blackslashes pre-processing implementation is
non-standard
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
The Backlashes are not correctly parsed if you try to compile this
/**\
\
/
int main(void){return 0;}
this should compile because backslashes before newlines should be evaluated
before Comments according to section 5.1.1.2 of C11 and C99, but clang gives
"<source>:1:1: error: unterminated /* comment" as an error.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs