[PATCH] D36150: [clangd] LSP extension to switch between source/header file

William Enright via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 07:27:24 PDT 2017


Nebiroth created this revision.

Small extension to LSP to allow clients to use clangd to switch between C header files and source files.
Final version will use the completed clangd indexer.


https://reviews.llvm.org/D36150

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/ProtocolHandlers.cpp
  clangd/ProtocolHandlers.h
  test/clangd/hover.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36150.109110.patch
Type: text/x-patch
Size: 5589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170801/5b3335e3/attachment.bin>


More information about the cfe-commits mailing list