Similar to fuzzyFind, the bool indicates whether there are more xref
results.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Build result: pass - 59972 tests passed, 0 failed and 763 were skipped.
Log files: console-log.txt, CMakeCache.txt
Comment Actions
NIT: we could probably add LLVM_NODISCARD attribute to ensure the return value is always consumed?
Another NIT: maybe do this for all methods in the index that have the limit in their request (pretty much all of them, I guess)?
Comment Actions
This restriction seems too strong (every caller has to handle this return value), I'd keep as it-is (consistent with the fuzzyFind API).