[all-commits] [llvm/llvm-project] 772e9f: [clang][deps] NFC: Document collector, rename members
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed Mar 24 03:59:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 772e9f88dd78e6295bd71f1add4bcd7be0582817
https://github.com/llvm/llvm-project/commit/772e9f88dd78e6295bd71f1add4bcd7be0582817
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
Log Message:
-----------
[clang][deps] NFC: Document collector, rename members
This patch documents how `ModuleDepCollector{,PP}` work and what their members store. Also renames somewhat vague `MainDeps` to `FileDeps` and `Deps` to `ModularDeps`.
Depends on D98943.
Reviewed By: Bigcheese
Differential Revision: https://reviews.llvm.org/D98950
More information about the All-commits
mailing list