Skip to content
  • David Nolden's avatar
    If no pinned translation unit is available, ask the duchain · a36ae328
    David Nolden authored
    This fixes highlighting, navigation, etc. for complex cases
    where the primitive "buddy" mechanism doesn't help finding
    the translation unit. The buddy mechanism is not correct for
    this case, because it was built around header/source pairs,
    but fails in more complex cases. The duchain import chain
    directly leads to the original transition unit from where
    a header is included recursively.
    a36ae328