Update comment to be more clear.

This commit is contained in:
Eric Christopher 2020-06-20 14:44:41 -07:00
parent dc20419351
commit ef455a55bc

View File

@ -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 inclusions for convertible loops: any usages of IndexVar
/// This determines the set of convertible loops: any usages of IndexVar
/// not explicitly considered convertible by this traversal will be caught by
/// this function.
///