[all-commits] [llvm/llvm-project] dbfe44: [Clang] Implement CWG2640 Allow more characters in...

cor3ntin via All-commits all-commits at lists.llvm.org
Tue Dec 13 00:03:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbfe446ef3b230e8d8421a6e79793fe6f405267f
      https://github.com/llvm/llvm-project/commit/dbfe446ef3b230e8d8421a6e79793fe6f405267f
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Lex/Lexer.h
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/test/CXX/drs/dr26xx.cpp
    M clang/test/Lexer/char-escapes-delimited.c
    M clang/test/Lexer/unicode.c
    M clang/test/Preprocessor/ucn-pp-identifier.c
    M clang/www/cxx_dr_status.html

  Log Message:
  -----------
  [Clang] Implement CWG2640 Allow more characters in an n-char sequence

Reviewed By: #clang-language-wg, aaron.ballman, tahonermann

Differential Revision: https://reviews.llvm.org/D138861




More information about the All-commits mailing list