We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97523e5 commit abd05ebCopy full SHA for abd05eb
clang/include/clang/Frontend/FrontendOptions.h
@@ -580,7 +580,9 @@ class FrontendOptions {
580
BuildingImplicitModuleUsesLock(true), ModulesEmbedAllFiles(false),
581
IncludeTimestamps(true), UseTemporary(true),
582
AllowPCMWithCompilerErrors(false), ModulesShareFileManager(true),
583
- TimeTraceGranularity(500) {}
+ EmitSymbolGraph(false), EmitExtensionSymbolGraphs(false),
584
+ EmitSymbolGraphSymbolLabelsForTesting(false),
585
+ EmitPrettySymbolGraphs(false), TimeTraceGranularity(500) {}
586
587
/// getInputKindForExtension - Return the appropriate input kind for a file
588
/// extension. For example, "c" would return Language::C.
0 commit comments