[PATCH] D100798: [clangd][ObjC] Fix issue completing a method decl by name
David Goldman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 26 13:10:19 PDT 2021
dgoldman added inline comments.
================
Comment at: clang-tools-extra/clangd/CodeCompletionStrings.cpp:152
//
// TODO: Make previous parameters part of the signature for Objective-C
// methods.
----------------
sammccall wrote:
> is this TODO handled now?
No, this does not change any behavior for parameters (we don't show the full ObjcMethodDecl signature including previous parameter types if you complete it from the middle)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100798/new/
https://reviews.llvm.org/D100798
More information about the cfe-commits
mailing list