[PATCH] D108109: [CodeCompletion] Provide placeholders for known attribute arguments

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 16 02:28:45 PDT 2021


sammccall created this revision.
sammccall added a reviewer: aaron.ballman.
Herald added a subscriber: krytarowski.
sammccall requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.

Completion now looks more like function/member completion:

  used
  alias(Aliasee)
  abi_tag(Tags...)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108109

Files:
  clang/include/clang/Sema/ParsedAttr.h
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/test/CodeCompletion/attr.cpp
  clang/utils/TableGen/ClangAttrEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108109.366572.patch
Type: text/x-patch
Size: 12237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210816/00c55bfe/attachment-0001.bin>


More information about the cfe-commits mailing list