[PATCH] D153621: [Clang] Correctly handle $, @, and ` when represented as UCN

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 26 08:54:45 PDT 2023


cor3ntin updated this revision to Diff 534589.
cor3ntin added a comment.

Add regex in test file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153621/new/

https://reviews.llvm.org/D153621

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticLexKinds.td
  clang/lib/Lex/Lexer.cpp
  clang/lib/Lex/LiteralSupport.cpp
  clang/test/Lexer/char-literal.cpp
  clang/test/Lexer/utf8-char-literal.cpp
  clang/test/Preprocessor/ucn-allowed-chars.c
  clang/test/Preprocessor/ucn-pp-identifier.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153621.534589.patch
Type: text/x-patch
Size: 18341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230626/241ee33f/attachment-0001.bin>


More information about the cfe-commits mailing list