[PATCH] D60409: [clangd] Add -header-insertion=never flag to disable include insertion in code completion

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 08:12:11 PDT 2019


sammccall created this revision.
sammccall added a reviewer: ioeric.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

One clear use case: use with an editor that reacts poorly to edits above the cursor.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D60409

Files:
  clangd/CodeComplete.cpp
  clangd/CodeComplete.h
  clangd/tool/ClangdMain.cpp
  unittests/clangd/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60409.194150.patch
Type: text/x-patch
Size: 6617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190408/8b38f319/attachment.bin>


More information about the cfe-commits mailing list