Skip to content

Commit

Permalink
As part of using inclusive language within the llvm project,
Browse files Browse the repository at this point in the history
migrate away from the use of blacklist and whitelist.
  • Loading branch information
echristo committed Jun 19, 2020
1 parent 937c135 commit f8a463c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ bool ForLoopIndexUseVisitor::TraverseArraySubscriptExpr(ArraySubscriptExpr *E) {
/// If we encounter a reference to IndexVar in an unpruned branch of the
/// traversal, mark this loop as unconvertible.
///
/// This implements the whitelist for convertible loops: any usages of IndexVar
/// This implements inclusions for convertible loops: any usages of IndexVar
/// not explicitly considered convertible by this traversal will be caught by
/// this function.
///
Expand Down

0 comments on commit f8a463c

Please sign in to comment.