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 5c4f3be commit 9a23f51Copy full SHA for 9a23f51
src/Parser/ParserOptions.cs
@@ -73,8 +73,12 @@ public ParserOptions(ParserOptions options)
73
NoBuiltinIncludes = options.NoBuiltinIncludes;
74
MicrosoftMode = options.MicrosoftMode;
75
Verbose = options.Verbose;
76
+ EnableRTTI = options.EnableRTTI;
77
LanguageVersion = options.LanguageVersion;
78
UnityBuild = options.UnityBuild;
79
+ SkipPrivateDeclarations = options.SkipPrivateDeclarations;
80
+ SkipFunctionBodies = options.SkipFunctionBodies;
81
+ SkipLayoutInfo = options.SkipLayoutInfo;
82
ForceClangToolchainLookup = options.ForceClangToolchainLookup;
83
}
84
0 commit comments