[PATCH] D137697: Move the isSelfContained function from clangd to libtooling.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 11 06:02:06 PST 2022
kadircet added inline comments.
================
Comment at: clang/include/clang/Tooling/Inclusions/HeaderAnalysis.h:28
+/// dont-include-me pattern heuristically.
+bool isSelfContainedHeader(FileID FID, const SourceManager &SM,
+ HeaderSearch &HeaderInfo);
----------------
oops sorry, missed this part. the idea with using getmemorybuffer was to use fileentries here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137697/new/
https://reviews.llvm.org/D137697
More information about the cfe-commits
mailing list