Skip to content
  • Igor Kushnir's avatar
    Don't clear the persistent symbol table cache early · 56e8e9ec
    Igor Kushnir authored
    DUChainPrivate::doMoreCleanup() clears the cache before the destruction
    of objects with static object duration. The crash described in
    a8ffba2c indicates that the cache is
    filled again afterwards. So the only effect of clearing the cache seems
    to be slower exit because of more cache misses.
    56e8e9ec