mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Grammatical corrections for compound modifiers
This commit is contained in:
committed by
Anthony DePasquale
parent
bc0760083d
commit
c9b17383c8
@@ -26,7 +26,7 @@ LoggingFlag swift::regionisolation::ENABLE_LOGGING;
|
||||
static llvm::cl::opt<LoggingFlag, true> // The parser
|
||||
RegionBasedIsolationLog(
|
||||
"sil-regionbasedisolation-log",
|
||||
llvm::cl::desc("Enable logging for SIL region based isolation "
|
||||
llvm::cl::desc("Enable logging for SIL region-based isolation "
|
||||
"diagnostics"),
|
||||
llvm::cl::Hidden,
|
||||
llvm::cl::values(
|
||||
|
||||
Reference in New Issue
Block a user