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
Add a lifetime annotation to IndexedTokenSource so we get a warning for this pattern.
Add tests for FormatTokenSource and harden it against edge cases.