[all-commits] [llvm/llvm-project] 36a200: [clang][Lex] Fix a crash on malformed string literals
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Oct 5 00:56:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36a200208facf58d454c9b7253c956c2f2a8b946
https://github.com/llvm/llvm-project/commit/36a200208facf58d454c9b7253c956c2f2a8b946
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M clang/lib/Lex/LiteralSupport.cpp
M clang/test/Lexer/char-escapes-delimited.c
M clang/unittests/Lex/LexerTest.cpp
Log Message:
-----------
[clang][Lex] Fix a crash on malformed string literals
Differential Revision: https://reviews.llvm.org/D135161
More information about the All-commits
mailing list