| commit | 8f39941669d7579b226770316f1af39a343a5d2a | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Oct 09 16:51:23 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Oct 09 16:51:23 2015 +0000 |
| tree | b45e692de3f9c339727ece676f41e7d62f37417d | |
| parent | 14c71c6644cee5cb704fbf750edf1558fa0bf3c5 [diff] |
Revert "Support: Partially revert r249782 to unbreak clang build" This reverts commit r249783, fully reinstating r249782. I've fixed the bug in clang: it was a non-const iterator that dereferenced to const (but had an implicit conversion to non-const). llvm-svn: 249850