[PATCH] D80986: [clangd] Prototype for postfix completion.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 2 02:12:42 PDT 2020


hokein created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
hokein edited the summary of this revision.

This is a quick proof-of-concept demo for postfix completion.

demo (ignore the wrong highlightings in VSCode):

F12057429: zII8TJLJQ5.gif <https://reviews.llvm.org/F12057429>

The big question: Where should we implement? in clangd, or in Sema?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80986

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang/include/clang/Sema/CodeCompleteConsumer.h
  clang/lib/Sema/SemaCodeComplete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80986.267818.patch
Type: text/x-patch
Size: 11262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200602/03670362/attachment.bin>


More information about the cfe-commits mailing list