mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update code as per Apple Style Guide
whitelist -> allowlist blacklist -> denylist
This commit is contained in:
@@ -200,7 +200,7 @@ public:
|
||||
|
||||
/// Gather all instructions that use the given `address`
|
||||
///
|
||||
/// "Normal" uses are a whitelisted set of uses that guarantees the address is
|
||||
/// "Normal" uses are a allowlisted set of uses that guarantees the address is
|
||||
/// only used as if it refers to a single value and all uses are accounted for
|
||||
/// (no address projections).
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user