[all-commits] [llvm/llvm-project] 33ec65: [clang][lexer] Allow u8 character literal prefixes...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Tue Apr 19 01:00:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33ec65305525626d5d93bd794c1c9cfa55d0ca8f
https://github.com/llvm/llvm-project/commit/33ec65305525626d5d93bd794c1c9cfa55d0ca8f
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Lex/Lexer.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/Lexer/utf8-char-literal.cpp
M clang/www/c_status.html
Log Message:
-----------
[clang][lexer] Allow u8 character literal prefixes in C2x
Implement N2418 for C2x.
Differential Revision: https://reviews.llvm.org/D119221
More information about the All-commits
mailing list