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 3ea5087 commit a828f14Copy full SHA for a828f14
lib/Frontend/ModuleInterfaceLoader.cpp
@@ -1546,7 +1546,7 @@ void InterfaceSubContextDelegateImpl::inheritOptionsForBuildingInterface(
1546
Feature::LayoutPrespecialization);
1547
}
1548
1549
- // Validate Clang modules once perbuild session flags must be consistent
+ // Validate Clang modules once per-build session flags must be consistent
1550
// across all module sub-invocations
1551
if (clangImporterOpts.ValidateModulesOnce) {
1552
genericSubInvocation.getClangImporterOptions().ValidateModulesOnce = true;
0 commit comments