[PATCH] D67127: [clang-scan-deps] add skip excluded conditional preprocessor block preprocessing optimization
Michael Spencer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 4 13:56:35 PDT 2019
Bigcheese added a comment.
Looking more into this I'm not sure you need the PPCallbacks. The Preprocessor should just own the PreprocessorSkippedMappings data structure and the dependency scanner can update it live.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67127/new/
https://reviews.llvm.org/D67127
More information about the cfe-commits
mailing list