Skip to content

Commit abd05eb

Browse files
committed
[clang] Init fields added by llvm#87357
1 parent 97523e5 commit abd05eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/include/clang/Frontend/FrontendOptions.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,9 @@ class FrontendOptions {
580580
BuildingImplicitModuleUsesLock(true), ModulesEmbedAllFiles(false),
581581
IncludeTimestamps(true), UseTemporary(true),
582582
AllowPCMWithCompilerErrors(false), ModulesShareFileManager(true),
583-
TimeTraceGranularity(500) {}
583+
EmitSymbolGraph(false), EmitExtensionSymbolGraphs(false),
584+
EmitSymbolGraphSymbolLabelsForTesting(false),
585+
EmitPrettySymbolGraphs(false), TimeTraceGranularity(500) {}
584586

585587
/// getInputKindForExtension - Return the appropriate input kind for a file
586588
/// extension. For example, "c" would return Language::C.

0 commit comments

Comments
 (0)