[PATCH] D75665: [analyzer] On-demand parsing capability for CTU
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 20 04:48:04 PDT 2020
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Thanks Endre for the docs! I checked the CI job also, seemed okay, so, I think we are ready! Nice work! Let's do the commit!
================
Comment at: clang/docs/analyzer/user-docs/CrossTranslationUnit.rst:26
+The index, which maps function USR names to PCH dumps containing them must also be generated by the
+`clang-extdef-mapping` clang tool. The external mapping creation implicitly uses a compilation command database to
+determine the compilation flags used.
----------------
Maybe just simply write `This tool uses a compilation command database ...`
(Same below with the on-demand version.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75665/new/
https://reviews.llvm.org/D75665
More information about the cfe-commits
mailing list