dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp:31
+      [&](const serialization::ModuleFile *MF) -> void {
+        SearchPathUsage |= MF->SearchPathUsage;
+        Visited.insert(MF);
----------------
Note that `clang-format` wants you to do something here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121303

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D121303: [... Jan Svoboda via Phabricator via cfe-commits
    • [PATCH] D1213... Duncan P. N. Exon Smith via Phabricator via cfe-commits
    • [PATCH] D1213... Jan Svoboda via Phabricator via cfe-commits

Reply via email to