Re: [PATCH] c++: Add test for vt/ff in line comments

2025-08-05 Thread Jason Merrill
On 8/1/25 4:40 AM, Jakub Jelinek wrote: Hi! P2843R3 dropped the "If there is a form-feed or a vertical-tab character in such a comment, only whitespace characters shall appear between it and the new-line that terminates the comment; no diagnostic is required." sentence from [lex.comment]. AFAIK

[PATCH] c++: Add test for vt/ff in line comments

2025-08-01 Thread Jakub Jelinek
Hi! P2843R3 dropped the "If there is a form-feed or a vertical-tab character in such a comment, only whitespace characters shall appear between it and the new-line that terminates the comment; no diagnostic is required." sentence from [lex.comment]. AFAIK we've never diagnosed nor checked for tha