Update code as per Apple Style Guide

whitelist -> allowlist
blacklist -> denylist
This commit is contained in:
Meghana Gupta
2020-07-24 11:08:22 -07:00
parent 115244f254
commit b34791a0a0
13 changed files with 24 additions and 24 deletions

View File

@@ -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).
///