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 0182414 commit ea8a4e1Copy full SHA for ea8a4e1
lib/ClangImporter/ClangImporter.cpp
@@ -2226,8 +2226,8 @@ ClangImporter::Implementation::Implementation(
2226
EnableClangSPI(ctx.ClangImporterOpts.EnableClangSPI),
2227
IsReadingBridgingPCH(false),
2228
CurrentVersion(ImportNameVersion::fromOptions(ctx.LangOpts)),
2229
- BuffersForDiagnostics(ctx.SourceMgr),
2230
BridgingHeaderLookupTable(new SwiftLookupTable(nullptr)),
+ BuffersForDiagnostics(ctx.SourceMgr),
2231
platformAvailability(ctx.LangOpts), nameImporter(),
2232
DisableSourceImport(ctx.ClangImporterOpts.DisableSourceImport),
2233
DWARFImporter(dwarfImporterDelegate) {}
0 commit comments