[all-commits] [llvm/llvm-project] 3eb67d: [Clang] Handle non-ASCII after line splicing

cor3ntin via All-commits all-commits at lists.llvm.org
Wed Sep 6 14:20:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3eb67d28dee5c27f5db24a1b370f00a1a2cb456d
      https://github.com/llvm/llvm-project/commit/3eb67d28dee5c27f5db24a1b370f00a1a2cb456d
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Lex/Lexer.h
    M clang/lib/Lex/Lexer.cpp
    A clang/test/Lexer/escape_newline_unicode.c

  Log Message:
  -----------
  [Clang] Handle non-ASCII after line splicing

int a\
ス;

Failed to be parsed as a valid identifier.

Fixes #65156

Reviewed By: tahonermann

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




More information about the All-commits mailing list