[all-commits] [llvm/llvm-project] 2ace7b: [Clang] allow `` `@$ `` in raw string delimiters i...

cor3ntin via All-commits all-commits at lists.llvm.org
Tue May 28 06:38:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ace7bdcfe640c69bd4dcf508d39485e0ef7ea06
      https://github.com/llvm/llvm-project/commit/2ace7bdcfe640c69bd4dcf508d39485e0ef7ea06
  Author: cor3ntin <corentinjabot at gmail.com>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/CharInfo.h
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/lib/Basic/CharInfo.cpp
    M clang/lib/Lex/Lexer.cpp
    A clang/test/Lexer/cxx2c-raw-strings.cpp

  Log Message:
  -----------
  [Clang] allow `` `@$ `` in raw string delimiters in C++26 (#93216)

And as an extension in older language modes.

Per https://eel.is/c++draft/lex.string#nt:d-char

Fixes #93130



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list