Skip to content

Lsif contained ranges

Warren Gifford requested to merge lsif-contained-ranges into master

Created by: efritz

This better conforms to the spec, where multiple ranges may enclose a given position. The algorithm outlined in the spec says tot:

  • for each range enclosing the position (from inner-most to outermost)
  • see if any range can answer the query; if so, return
  • if not, continue outwards for all subsequent ranges enclosing the position

Merge request reports

Loading