[clang-format] Enable FormatTokenSource to insert tokens.
authorManuel Klimek <klimek@google.com>
Wed, 1 Feb 2023 13:18:44 +0000 (13:18 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 15 Feb 2023 12:39:24 +0000 (12:39 +0000)
commit1995d4424505cb5a1c3f0e5f851a660ec32d7af1
treeca1a8fbd2948128fa5cbe64d04813ec9d1d0bdeb
parent9ccc58893be86b3f17e348ba8a9ad90f51a86ed0
[clang-format] Enable FormatTokenSource to insert tokens.

In preparation for configured macro replacements in formatting,
add the ability to insert tokens to FormatTokenSource, and implement
token insertion in IndexedTokenSource.

Differential Revision: https://reviews.llvm.org/D143070
clang/lib/Format/FormatTokenSource.h
clang/lib/Format/UnwrappedLineParser.h
clang/unittests/Format/FormatTokenSourceTest.cpp