commit | 358af839c60db9e178f0b0bb9d430711c071b82a | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Wed Feb 24 14:17:53 2016 -0800 |
committer | Aart Bik <ajcbik@google.com> | Thu Feb 25 09:26:57 2016 -0800 |
tree | bfeb6c0fe553161a6d3df57f2e35401ea36e94ff | |
parent | 4e4e64511e530db37b33f450016afe49db3c4b20 [diff] |
Recognize for (int i = 0; i != x.length; i++) loops Rationale: Idiom occurs in real-life and is very straightforwardly recognized by existing induction/range machinery. Change-Id: I965a16e9de72f3523ea5023d30ed1c4e47ed5010