[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 02:26:08 PDT 2020
kadircet added a comment.
Am I missing something? We still have:
case index::SymbolKind::Constructor:
case index::SymbolKind::Destructor:
return SymbolKind::Constructor;
in Protocol.cpp. E.g. Constructors and Destructors are still classified badly. I suppose the bit around `they're all methods` are wrong though, maybe just drop that bit ?
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