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.
2 parents a68ce7b + ec16506 commit 25f2277Copy full SHA for 25f2277
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