| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clangd] Put all #includes in one block in clangd source files. NFC | Eric Liu | 2017-12-14 | 1 | -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. NFC | Sam McCall | 2017-12-04 | 1 | -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 | |||||
