[PATCH] D48315: [Frontend] Share global completions cache

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 19 01:38:21 PDT 2018


yvvan created this revision.
yvvan added reviewers: ilya-biryukov, arphaman, erikjv.

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.


https://reviews.llvm.org/D48315

Files:
  include/clang/Frontend/ASTUnit.h
  lib/Frontend/ASTUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48315.151867.patch
Type: text/x-patch
Size: 13139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180619/b6d0660d/attachment-0001.bin>


More information about the cfe-commits mailing list