| commit | d2b2facb0783864bab79b059e28b9d430e291b2c | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Apr 25 18:24:50 2014 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Apr 25 18:24:50 2014 +0000 |
| tree | a4bc8cc634abec2bc9f6a530f3434bf12107ae56 | |
| parent | f4e1d6fd0690be462b5d7aabc93e7c12cac629b8 [diff] |
SCC: Change clients to use const, NFC It's fishy to be changing the `std::vector<>` owned by the iterator, and no one actual does it, so I'm going to remove the ability in a subsequent commit. First, update the users. <rdar://problem/14292693> llvm-svn: 207252