[PATCH] D47957: [clangd] Prototype of overload folding

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 14 02:31:42 PDT 2018


sammccall updated this revision to Diff 151315.
sammccall added a comment.

Turn prototype into something we could ship:

- move bundling behind an option (off by default)
- don't fold together items if they may insert different headers
- clean up code and add tests


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47957

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47957.151315.patch
Type: text/x-patch
Size: 18657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180614/a53c5550/attachment.bin>


More information about the cfe-commits mailing list