Skip to content

Commit 6a4b1cc

Browse files
authored
Merge pull request swiftlang#77082 from tshortli/reorder-ctor-warning
IRGen: Resolve a noisy `-Wreorder-ctor` warning
2 parents 5b8cfa4 + 8d3fa35 commit 6a4b1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/IRGenOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ class IRGenOptions {
584584
ColocateTypeDescriptors(true), UseRelativeProtocolWitnessTables(false),
585585
UseFragileResilientProtocolWitnesses(false), EnableHotColdSplit(false),
586586
EmitAsyncFramePushPopMetadata(false), EmitYieldOnce2AsYieldOnce(true),
587-
UseProfilingMarkerThunks(false), AsyncFramePointerAll(false), CmdArgs(),
587+
AsyncFramePointerAll(false), UseProfilingMarkerThunks(false), CmdArgs(),
588588
SanitizeCoverage(llvm::SanitizerCoverageOptions()),
589589
TypeInfoFilter(TypeInfoDumpFilter::All),
590590
PlatformCCallingConvention(llvm::CallingConv::C), UseCASBackend(false),

0 commit comments

Comments
 (0)