Skip to content

Commit ea8a4e1

Browse files
committed
Fix Up Initialization Ordering In ClangImporter::Implementation
1 parent 0182414 commit ea8a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,8 +2226,8 @@ ClangImporter::Implementation::Implementation(
22262226
EnableClangSPI(ctx.ClangImporterOpts.EnableClangSPI),
22272227
IsReadingBridgingPCH(false),
22282228
CurrentVersion(ImportNameVersion::fromOptions(ctx.LangOpts)),
2229-
BuffersForDiagnostics(ctx.SourceMgr),
22302229
BridgingHeaderLookupTable(new SwiftLookupTable(nullptr)),
2230+
BuffersForDiagnostics(ctx.SourceMgr),
22312231
platformAvailability(ctx.LangOpts), nameImporter(),
22322232
DisableSourceImport(ctx.ClangImporterOpts.DisableSourceImport),
22332233
DWARFImporter(dwarfImporterDelegate) {}

0 commit comments

Comments
 (0)