This patch improves dex::Iterator string representation by incorporating the information about the element which is currently being pointed to by the DocumentIterator.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang-tools-extra/clangd/index/dex/Iterator.h | ||
---|---|---|
102 | nit: I think *IDX* might look a bit nicer. But up to you :) |
Comment Actions
Improved wording to prevent confusion: no more IDX (which is the one pointed to by the iterator) and IDN; just mention that the element being pointed to is the one enclosed in {} braces.
nit: I think *IDX* might look a bit nicer. But up to you :)