diff options
author | Kadir Cetinkaya <kadircet@google.com> | 2022-10-06 11:39:43 +0200 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2022-10-06 11:41:18 +0200 |
commit | 36f77e20d9aaaf93a9b00ec1bd6b7e3ceb4918b9 (patch) | |
tree | f3ffc83664737ceead2f5b20ca13da896ec8d7ca /clang/unittests/Lex/LexerTest.cpp | |
parent | 5d2d527c32da2081b814ef8b446bc3e037f74b0a (diff) | |
download | llvm-36f77e20d9aaaf93a9b00ec1bd6b7e3ceb4918b9.zip llvm-36f77e20d9aaaf93a9b00ec1bd6b7e3ceb4918b9.tar.gz llvm-36f77e20d9aaaf93a9b00ec1bd6b7e3ceb4918b9.tar.bz2 |
Revert "Revert "[clang][Lex] Fix a crash on malformed string literals""
This reverts commit feea7ef23cb1bef92d363cc613052f8f3a878fc2.
Drops the test case, see https://reviews.llvm.org/D135161#3839510
Diffstat (limited to 'clang/unittests/Lex/LexerTest.cpp')
-rw-r--r-- | clang/unittests/Lex/LexerTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Lex/LexerTest.cpp b/clang/unittests/Lex/LexerTest.cpp index 0ad644c..c5982b8 100644 --- a/clang/unittests/Lex/LexerTest.cpp +++ b/clang/unittests/Lex/LexerTest.cpp @@ -18,6 +18,7 @@ #include "clang/Basic/TokenKinds.h" #include "clang/Lex/HeaderSearch.h" #include "clang/Lex/HeaderSearchOptions.h" +#include "clang/Lex/LiteralSupport.h" #include "clang/Lex/MacroArgs.h" #include "clang/Lex/MacroInfo.h" #include "clang/Lex/ModuleLoader.h" |