Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang-tools-extra/trunk/clangd/
-
trunk/
-
clangd/
-
ClangdUnit.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D33350
[clangd] Switch to incomplete translation units
Closed
Public
Authored by
krasimir
on May 19 2017, 2:58 AM.
Download Raw Diff
Details
Reviewers
bkramer
ilya-biryukov
Commits
rGd814533851d0: [clangd] Switch to incomplete translation units
rCTE303547: [clangd] Switch to incomplete translation units
rL303547: [clangd] Switch to incomplete translation units
Summary
This speeds up code completion. All the cool kids (ycmd) are doing it.
Diff Detail
Repository
rL LLVM
Event Timeline
krasimir
created this revision.
May 19 2017, 2:58 AM
bkramer
accepted this revision.
May 19 2017, 3:05 AM
Comment Actions
lg
This revision is now accepted and ready to land.
May 19 2017, 3:05 AM
Closed by commit
rL303547: [clangd] Switch to incomplete translation units
(authored by
krasimir
).
·
Explain Why
May 22 2017, 5:49 AM
This revision was automatically updated to reflect the committed changes.