We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c292c commit a2f146fCopy full SHA for a2f146f
clang-tools-extra/clangd/index/dex/Iterator.cpp
@@ -193,7 +193,6 @@ class OrIterator : public Iterator {
193
OrIterator(std::vector<std::unique_ptr<Iterator>> AllChildren)
194
: Children(std::move(AllChildren)) {
195
assert(Children.size() > 0 && "Or Iterator must have at least one child.");
196
- std::sort(begin(Children), end(Children));
197
}
198
199
/// Returns true if all children are exhausted.
0 commit comments