Skip to content
  • Igor Kushnir's avatar
    ParseProjectJob: force-update open documents too · 4a219966
    Igor Kushnir authored
    When ParseProjectJob's forceUpdate argument is true, closed documents
    are parsed with TopDUContext::ForceUpdate feature flag. I think that not
    taking into account the forceUpdate argument when parsing open documents
    is an omission. Let us parse all documents with the
    TopDUContext::ForceUpdate feature flag when forceUpdate is true.
    4a219966