I once again stumbled across IndexedModuleID and was confused by the mutable InputIndex field.
This patch adds comments around that piece of code and unifies/simplifies related functions.
Paths
| Differential D145197
[clang][deps] NFC: Refactor and comment ModuleDeps sorting ClosedPublic Authored by jansvoboda11 on Mar 2 2023, 3:01 PM.
Details Summary I once again stumbled across IndexedModuleID and was confused by the mutable InputIndex field. This patch adds comments around that piece of code and unifies/simplifies related functions.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2023, 2:07 PM This revision was landed with ongoing or failed builds.Apr 21 2023, 10:56 AM Closed by commit rG6b80f00bac6a: [clang][deps] NFC: Refactor and comment ModuleDeps sorting (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502005 clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
clang/tools/clang-scan-deps/ClangScanDeps.cpp
|