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 D143147
[clang][lex] Change skipped range to use offsets Authored by sunho on Feb 2 2023, 12:46 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: D143145: [clang][lex] Copy token literal data when buffer can be grown.Feb 2 2023, 12:47 AM sunho retitled this revision from Skipped range to offset to [clang][lex] Change skipped range to use offsets.Feb 2 2023, 12:50 AM
Revision Contents
Diff 494981 clang/include/clang/Lex/Preprocessor.h
clang/lib/Lex/PPDirectives.cpp
|