[all-commits] [llvm/llvm-project] 95588c: [clang][deps] NFC: Remove unused FullDependencies ...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Apr 19 06:03:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95588c0da4ef08d8e497f7e4b094d96f6c38c3e5
https://github.com/llvm/llvm-project/commit/95588c0da4ef08d8e497f7e4b094d96f6c38c3e5
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
Log Message:
-----------
[clang][deps] NFC: Remove unused FullDependencies member
This patch removes the `FullDependencies::AdditionalNonPathCommandLine` member, as it's value-initialized and never mutated.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D100536
More information about the All-commits
mailing list