[PATCH] D62956: [clangd] Collect tokens of main files when building the AST

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 10:20:05 PDT 2019


ilya-biryukov added a comment.

In D62956#1547826 <https://reviews.llvm.org/D62956#1547826>, @sammccall wrote:

> Can we add a test using TestTU that does a very basic verification of expanded/spelled tokens (first after preamble, last token in file)?


Done. Will land this tomorrow, want to run it over all of LLVM first to give the token-building code some coverage.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62956/new/

https://reviews.llvm.org/D62956





More information about the cfe-commits mailing list