[PATCH] D40719: [clangd] Split CodeComplete into a separate file. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 06:12:55 PST 2017


sammccall created this revision.
Herald added subscribers: cfe-commits, mgorny, klimek.

Shared details of ClangdUnit and CodeComplete moved to a new Compiler file.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40719

Files:
  clangd/CMakeLists.txt
  clangd/ClangdServer.h
  clangd/ClangdUnit.cpp
  clangd/ClangdUnit.h
  clangd/CodeComplete.cpp
  clangd/CodeComplete.h
  clangd/Compiler.cpp
  clangd/Compiler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40719.125123.patch
Type: text/x-patch
Size: 67507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171201/0b5793ff/attachment-0001.bin>


More information about the cfe-commits mailing list