[PATCH] D104344: [modules] Track how headers are included by different modules.

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 27 07:47:46 PDT 2021


jansvoboda11 added a comment.

If my understanding is correct, this patch only changes how we track `HeaderFileInfo::{isImport,NumIncludes}` and makes sure to store the necessary info into AST files. Right?

Can you explain how values of these members can prevent Clang from importing the header and how this interacts with visibility?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104344



More information about the cfe-commits mailing list