As part with https://discourse.llvm.org/t/rfc-flexible-lexer-buffering-for-handling-incomplete-input-in-interactive-c-c/64180
NOTE: This patch is WIP.
Paths
| Differential D143145
[clang][lex] Copy token literal data when buffer can be grown Authored by sunho on Feb 2 2023, 12:45 AM.
Details
Summary As part with https://discourse.llvm.org/t/rfc-flexible-lexer-buffering-for-handling-incomplete-input-in-interactive-c-c/64180 NOTE: This patch is WIP.
Diff Detail
Event Timelinesunho added a parent revision: D143144: [clang][lex] Add TryGrowLexerBuffer/SourceFileGrower.Feb 2 2023, 12:45 AM sunho retitled this revision from Save tok stringsasdfadf to [clang][lex] Copy token literal data when buffer can be grown.Feb 2 2023, 12:49 AM sunho removed a parent revision: D143144: [clang][lex] Add TryGrowLexerBuffer/SourceFileGrower.Feb 6 2023, 2:05 AM
Revision Contents
Diff 494980 clang/include/clang/Lex/Lexer.h
clang/lib/Lex/Lexer.cpp
|