Skip to content

Draft: cache types in kdev-clang builder

Milian Wolff requested to merge work/kdev-clang-cache-types into master

based on !424 (merged)

optimize the test case for https://bugs.kde.org/show_bug.cgi?id=464198 we add a cache for types, which dramatically speeds up the parsing of the file attached to the bug report. it now finishes in ~0.3s on my system with a debug build of kdevelop 😄

Merge request reports