[PATCH] D142028: [clang] remove SUBMODULE_TOPHEADER
Richard Howell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 18 08:37:53 PST 2023
rmaz added a comment.
@akyrtzi it looks like you added this field a while back. Do you know if there are still consumers for the the libclang API, do we need to keep this field around?
The alternative is to refactor the `TopHeaders` set to use `FileEntryRef` so that we can keep track of the correct import names for the headers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142028/new/
https://reviews.llvm.org/D142028
More information about the cfe-commits
mailing list