[PATCH] D82373: [CodeComplete] Tweak code completion for `typename`.

liu hui via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 09:43:04 PDT 2020


lh123 updated this revision to Diff 273074.
lh123 retitled this revision from "[CodeComplete] Tweak code completion for `typename` and `using`." to "[CodeComplete] Tweak code completion for `typename`.".
lh123 added a comment.

Address comment.
I will add `using $alias$ = $type$;` in a separate patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82373

Files:
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/test/CodeCompletion/ordinary-name-cxx11.cpp
  clang/test/CodeCompletion/ordinary-name.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82373.273074.patch
Type: text/x-patch
Size: 6253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200624/14b90346/attachment-0001.bin>


More information about the cfe-commits mailing list