Skip to content

Commit f97d0cc

Browse files
committed
[NFC] Initialize Members in Order
1 parent 1ca3b93 commit f97d0cc

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
@@ -2206,8 +2206,8 @@ ClangImporter::Implementation::Implementation(
22062206
EnableClangSPI(ctx.ClangImporterOpts.EnableClangSPI),
22072207
IsReadingBridgingPCH(false),
22082208
CurrentVersion(ImportNameVersion::fromOptions(ctx.LangOpts)),
2209-
BridgingHeaderLookupTable(new SwiftLookupTable(nullptr)),
22102209
BuffersForDiagnostics(ctx.SourceMgr),
2210+
BridgingHeaderLookupTable(new SwiftLookupTable(nullptr)),
22112211
platformAvailability(ctx.LangOpts), nameImporter(),
22122212
DisableSourceImport(ctx.ClangImporterOpts.DisableSourceImport),
22132213
DWARFImporter(dwarfImporterDelegate) {}

0 commit comments

Comments
 (0)