Revision 853c6a9...

Go back to digest for 16th November 2014

Other in Development Tools

Milian Wolff committed changes in [kdev-clang] duchain/unknowndeclarationproblem.cpp:

Do not waste time on computing include paths when not required.

This removes a major source of UI freezes for me. Most of the time
we don't have any candidates for unknown declarations. In such cases
we can return early and safe the time otherwise spent in the
expensive includeFiles function.

File Changes

Modified 1 files
  • duchain/unknowndeclarationproblem.cpp
1 files changed in total