[all-commits] [llvm/llvm-project] 170470: [clangd] NFC: Update FIXME comment regarding lack ...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Mon Oct 26 07:32:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1704704e762f232e827849ee881ebe74b5db7ef1
https://github.com/llvm/llvm-project/commit/1704704e762f232e827849ee881ebe74b5db7ef1
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/FindSymbols.cpp
M clang-tools-extra/clangd/XRefs.cpp
Log Message:
-----------
[clangd] NFC: Update FIXME comment regarding lack of c/dtor support
Both `SymbolKind` and `indexSymbolKindToSymbolKind` support constructors and
separate them into a different category from regular methods.
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D89935
More information about the All-commits
mailing list