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

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 8 12:30:24 PDT 2018


sammccall created this revision.
Herald added subscribers: cfe-commits, jkorous, MaskRay, ioeric, ilya-biryukov.

This folds together overloads items into a single CompletionItem.
It's full of hacks and breaks all the tests.

We may want to experiment with unfolding them sometimes, but this doesn't do that yet.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47957

Files:
  clangd/CodeComplete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47957.150555.patch
Type: text/x-patch
Size: 9924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180608/e7eede87/attachment-0001.bin>


More information about the cfe-commits mailing list