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

@@ -1180,7 +1180,7 @@ public:
if (ShouldComplain &&
ProtocolReqWhitelist.count(getParentProtocolName(D))) {
// Ignore protocol requirement additions if the protocol has been added
// to the whitelist.
// to the allowlist.
ShouldComplain = false;
}
if (ShouldComplain)