@@ -520,14 +520,14 @@ class FrontendOptions {
520
520
: DisableFree(false ), RelocatablePCH(false ), ShowHelp(false ),
521
521
ShowStats (false ), AppendStats(false ), ShowVersion(false ),
522
522
FixWhatYouCan(false ), FixOnlyWarnings(false ), FixAndRecompile(false ),
523
- FixToTemporaries(false ),
524
- SkipFunctionBodies( false ), UseGlobalModuleIndex (true ),
525
- GenerateGlobalModuleIndex( true ), ASTDumpDecls (false ),
526
- ASTDumpLookups (false ), BuildingImplicitModule( false ),
527
- BuildingImplicitModuleUsesLock( true ), ModulesEmbedAllFiles( false ),
528
- IncludeTimestamps (true ), UseTemporary( true ),
529
- AllowPCMWithCompilerErrors( false ), ModulesShareFileManager( true ),
530
- EmitSymbolGraph( false ), EmitExtensionSymbolGraphs(false ),
523
+ FixToTemporaries(false ), SkipFunctionBodies( false ),
524
+ UseGlobalModuleIndex( true ), GenerateGlobalModuleIndex (true ),
525
+ ASTDumpDecls( false ), ASTDumpLookups (false ),
526
+ BuildingImplicitModule (false ), BuildingImplicitModuleUsesLock( true ),
527
+ ModulesEmbedAllFiles( false ), IncludeTimestamps( true ),
528
+ UseTemporary (true ), AllowPCMWithCompilerErrors( false ),
529
+ ModulesShareFileManager( true ), EmitSymbolGraph( false ),
530
+ EmitExtensionSymbolGraphs(false ),
531
531
EmitSymbolGraphSymbolLabelsForTesting(false ),
532
532
EmitPrettySymbolGraphs(false ), GenReducedBMI(false ),
533
533
UseClangIRPipeline(false ), TimeTraceGranularity(500 ),
0 commit comments