[PATCH] D102488: [clang][deps] Prune unused header search paths
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 2 05:13:22 PDT 2021
jansvoboda11 added inline comments.
================
Comment at: clang/tools/clang-scan-deps/ClangScanDeps.cpp:374
+ /// (potentially modified) context hash.
+ std::string constructPCMPath(const ModuleDeps &MD) const {
+ const std::string &ImplicitPCMPath = MD.ImplicitModulePCMPath;
----------------
This change will be reverted in favor of D103516.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102488/new/
https://reviews.llvm.org/D102488
More information about the cfe-commits
mailing list