We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cde5be commit 2628a65Copy full SHA for 2628a65
clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
@@ -714,11 +714,8 @@ void ModuleDepCollectorPP::EndOfMainFile() {
714
715
MDC.Consumer.handleDependencyOutputOpts(*MDC.Opts);
716
717
- if (const auto Format = MDC.Service.getFormat();
718
- Format == ScanningOutputFormat::P1689 ||
719
- Format == ScanningOutputFormat::Full)
720
- MDC.Consumer.handleProvidedAndRequiredStdCXXModules(
721
- MDC.ProvidedStdCXXModule, MDC.RequiredStdCXXModules);
+ MDC.Consumer.handleProvidedAndRequiredStdCXXModules(
+ MDC.ProvidedStdCXXModule, MDC.RequiredStdCXXModules);
722
723
for (auto &&I : MDC.ModularDeps)
724
MDC.Consumer.handleModuleDependency(*I.second);
0 commit comments