[PATCH] D124687: [Tooling/DependencyScanning & Preprocessor] Refactor dependency scanning to record and use pre-lexed preprocessor directive tokens, instead of minimized sources

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 11:14:59 PDT 2022


akyrtzi added a comment.

I've split this in smaller patches:

https://reviews.llvm.org/D125484 - NFC rename refactorings
https://reviews.llvm.org/D125486 - Remove `ExcludedPreprocessorDirectiveSkipMapping`
https://reviews.llvm.org/D125487 - Change to producing pre-lexed directive tokens instead of minimized source text
https://reviews.llvm.org/D125488 - Change `Preprocessor` to use the pre-lexed directive tokens during dependency scanning.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124687



More information about the cfe-commits mailing list