[PATCH] D81380: [clangd] Don't produce snippets when completion location is followed by parenthesis

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 01:04:06 PDT 2020


kbobyrev updated this revision to Diff 269430.
kbobyrev marked 9 inline comments as done.
kbobyrev added a comment.

Make sure snippets are omitted only in the function/method/constructor calls
for safety and extend the testset.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81380/new/

https://reviews.llvm.org/D81380

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81380.269430.patch
Type: text/x-patch
Size: 6373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200609/c22d700d/attachment-0001.bin>


More information about the cfe-commits mailing list