[all-commits] [llvm/llvm-project] 6882ca: [Clang] Adjust extension warnings for delimited se...
cor3ntin via All-commits
all-commits at lists.llvm.org
Wed Jul 13 22:51:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6882ca9aff076738bbffd68f73892187519554f8
https://github.com/llvm/llvm-project/commit/6882ca9aff076738bbffd68f73892187519554f8
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticLexKinds.td
M clang/lib/Lex/Lexer.cpp
M clang/lib/Lex/LiteralSupport.cpp
M clang/test/Lexer/char-escapes-delimited.c
M clang/test/Preprocessor/ucn-pp-identifier.c
M clang/test/Sema/ucn-identifiers.c
Log Message:
-----------
[Clang] Adjust extension warnings for delimited sequences
WG21 approved delimited escape sequences and named escape
sequences.
Adjust the extension warnings accordingly, and update
the release notes.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D129664
More information about the All-commits
mailing list