summaryrefslogtreecommitdiffstats
path: root/clangd/Compiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-0/+1
| | | | | | | Clang-format categorizes and sorts #includes with style. It doesn't make sense to manually managing #include blocks. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@320743 91177308-0d34-0410-b5e6-96231b3b80d8
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-041-0/+65
Summary: Shared details of ClangdUnit and CodeComplete moved to a new Compiler file. Reviewers: ilya-biryukov Subscribers: klimek, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D40719 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@319655 91177308-0d34-0410-b5e6-96231b3b80d8