[PATCH] D89935: [clangd] NFC: Update FIXME comment regarding lack of c/dtor support
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 03:25:39 PDT 2020
kadircet added a comment.
> Yeah but the LSP SymbolKind which we are converting to does not have a destructor type, same thing with CompletionItemKind, so I guess we really do treat ctors and dtors the same way from the LSP perspective, aren't we?
Yes, and that's what the previous fixme was saying. Now we are dropping that bit, but the code is still behaving badly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89935/new/
https://reviews.llvm.org/D89935
More information about the cfe-commits
mailing list