| commit | ec694113c8ee22f78990aa166c562ff36db3e3c1 | [log] [tgz] |
|---|---|---|
| author | Adrian McCarthy <amccarth@google.com> | Tue May 16 22:11:25 2017 +0000 |
| committer | Adrian McCarthy <amccarth@google.com> | Tue May 16 22:11:25 2017 +0000 |
| tree | 2910c0a50d669590f51b6c01bfb36d5fb9da40c7 | |
| parent | 4dc5a1e8694d7d2c4abac63171ce2409f8aba97b [diff] |
Add test for FixedStreamArrayIterator::operator-> The operator-> implementation comes from iterator_facade_base, so it should just work given that the iterator has a tested operator*. But r302257 showed that required careful handling of for the const qualifier. This patch ensures the fix in r302257 doesn't regress. Differential Revision: https://reviews.llvm.org/D33249 llvm-svn: 303215