Skip to content

Commit d89865f

Browse files
committed
[DNM] Always remark on indexing system modules
1 parent 0ed635c commit d89865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Index/IndexRecord.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ emitDataForSwiftSerializedModule(ModuleDecl *module,
530530
}
531531
}
532532

533-
if (module->getASTContext().LangOpts.EnableIndexingSystemModuleRemarks) {
533+
if (true) {
534534
diags.diagnose(SourceLoc(),
535535
diag::remark_indexing_system_module,
536536
filename, skipIndexingModule);

0 commit comments

Comments
 (0)