Also added ImmutableList<T>::iterator::operator->.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/ADT/ImmutableListTest.cpp | ||
---|---|---|
83 ↗ | (On Diff #164722) | It might be simpler to use a shorter name here (maybe 'Unmodifiable'?) and to have a comment explaining that the struct has no move/copy constructors/assignment operators. |
89 ↗ | (On Diff #164722) | Why do the *-assign operators not return references? |
103 ↗ | (On Diff #164722) | Nit, please clang-format diffs. |