This is an archive of the discontinued LLVM Phabricator instance.

[Frontend] Share global completions cache
Needs ReviewPublic

Authored by yvvan on Jun 19 2018, 1:38 AM.

Details

Summary

Append ASTUnit cache with global completions cache. In case of multiple translation units for the same file reduces the memory consumption and save completions cache generation time.

Diff Detail

Event Timeline

yvvan created this revision.Jun 19 2018, 1:38 AM