llvm-project/clang-tools-extra/unittests
Haojian Wu 8f85b9f867 [clangd] Don't store completion info if the symbol is not used for code completion.
Summary:
This would save us some memory and disk space:
  - Dex usage (261 MB vs 266 MB)
  - Disk (75 MB vs 76 MB)

It would save more when we index the main file symbol D55185.

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: nridge, ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Differential Revision: https://reviews.llvm.org/D56314

llvm-svn: 350803
2019-01-10 09:22:40 +00:00
..
change-namespace Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-apply-replacements [clang-apply-replacements] Convert tooling::Replacements to tooling::AtomicChange for conflict resolving of changes, code cleanup, and code formatting. 2018-04-11 14:39:17 +00:00
clang-doc Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-move Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-query Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-tidy Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clangd [clangd] Don't store completion info if the symbol is not used for code completion. 2019-01-10 09:22:40 +00:00
include/common Remove clang-modernize. 2015-12-17 11:49:19 +00:00
include-fixer Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
CMakeLists.txt [clang-doc] Add unit tests for serialization 2018-10-16 23:06:42 +00:00