[PATCH] D159345: [Clang] Handle non-ASCII after line splicing

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 02:05:33 PDT 2023


cor3ntin created this revision.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

int a\
ス;

Failed to be parsed as a valid identifier.

Fixes #65156


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159345

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Lex/Lexer.h
  clang/lib/Lex/Lexer.cpp
  clang/test/Lexer/escape_newline_unicode.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159345.555309.patch
Type: text/x-patch
Size: 5999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230901/21e212d5/attachment-0001.bin>


More information about the cfe-commits mailing list