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 78e9bf7 commit b615127Copy full SHA for b615127
clang/lib/Driver/Driver.cpp
@@ -1837,7 +1837,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
1837
Diags.Report(diag::remark_performing_driver_managed_module_build);
1838
// TODO: When -fmodules-driver is no longer experimental, allow implicit
1839
// activation of the modules driver. For now, keep the detection of whether
1840
- // the modules driver should be enabled here for diagnostics only, and do
+ // the modules driver should be enabled here for diagnostics only, and do
1841
// not implicitly enable the feature.
1842
auto EnableOrErr = modules::shouldUseModulesDriver(Inputs, getVFS(), Diags);
1843
if (!EnableOrErr) {
0 commit comments