Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fight a bit against global initializers. NFC. | Benjamin Kramer | 2019-08-22 | 1 | -1/+2 |
| | | | | llvm-svn: 369695 | ||||
* | [clangd] Deduplicate Refs on the fly. | Haojian Wu | 2019-03-08 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | Summary: Currently, we only do deduplication when we flush final results. We may have huge duplications (refs from headers) during the indexing period (running clangd-indexer on Chromium). With this change, clangd-indexer can index the whole chromium projects (48 threads, 40 GB peak memory usage). Reviewers: kadircet Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, mgrang, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D59092 llvm-svn: 355676 | ||||
* | Use ArrayRef::copy, instead of copying data manually | Dmitri Gribenko | 2019-02-28 | 1 | -3/+1 |
| | | | | | | | | | | | | Reviewers: ioeric Subscribers: jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58782 llvm-svn: 355091 | ||||
* | Moved Ref into its own header and implementation file | Dmitri Gribenko | 2019-02-28 | 1 | -0/+62 |
Reviewers: ioeric Subscribers: mgorny, jkorous, mgrang, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58778 llvm-svn: 355090 |