This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Move enabling system header deps from `clang-scan-deps` to `DependencyScanning` library
ClosedPublic

Authored by jansvoboda11 on Jun 10 2021, 7:34 AM.

Details

Summary

This patch moves enabling system header deps from clang-scan-deps into the DependencyScanning library. This will make it easier to preserve semantics of the original TU command-line for modular dependencies (see D104036).

Diff Detail