This is an archive of the discontinued LLVM Phabricator instance.

[CodeCompletion] Provide placeholders for known attribute arguments
ClosedPublic

Authored by sammccall on Aug 16 2021, 2:28 AM.

Details

Summary

Completion now looks more like function/member completion:

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

Diff Detail

Event Timeline

sammccall created this revision.Aug 16 2021, 2:28 AM
sammccall requested review of this revision.Aug 16 2021, 2:28 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Aug 18 2021, 7:04 AM