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.
FrontendOptions
1 parent a68ce7b commit ec16506Copy full SHA for ec16506
include/swift/Frontend/FrontendOptions.h
@@ -182,12 +182,6 @@ class FrontendOptions {
182
/// the module.
183
bool CheckOnoneSupportCompleteness = false;
184
185
- /// If set, dumps wall time taken to check each function body to llvm::errs().
186
- bool DebugTimeFunctionBodies = false;
187
-
188
- /// If set, dumps wall time taken to check each expression.
189
- bool DebugTimeExpressionTypeChecking = false;
190
191
/// The path to which we should output statistics files.
192
std::string StatsOutputDir;
193
0 commit comments