[PATCH] D69420: [clang][clang-scan-deps] Add support for extracting full module dependencies.

Michael Spencer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 15:43:22 PDT 2019


Bigcheese added inline comments.


================
Comment at: clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp:94
+
+    void printDependencies(std::string &S, StringRef MainFile) {
+      // Sort the modules by name to get a deterministic order.
----------------
kousikk wrote:
> Should output arguments be at the end?
The point was to match up with `MakeDependencyPrinterConsumer`'s `printDependencies`. This will also be going away with the patch to merge the dependencies.


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

https://reviews.llvm.org/D69420





More information about the cfe-commits mailing list