This revision was automatically updated to reflect the committed changes.
Closed by commit rL303547: [clangd] Switch to incomplete translation units
(authored by krasimir).
Changed prior to commit:
https://reviews.llvm.org/D33350?vs=99535&id=99749#toc
Repository:
rL LLVM
https://reviews.llv
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg
https://reviews.llvm.org/D33350
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
krasimir created this revision.
This speeds up code completion. All the cool kids (ycmd) are doing it.
https://reviews.llvm.org/D33350
Files:
clangd/ClangdUnit.cpp
Index: clangd/ClangdUnit.cpp
===
--- clangd/ClangdUnit.cpp
+++