Currently template parameters has symbolkind Unknown. This patch
introduces a new kind TemplateParm for templatetemplate, templatetype and
nontypetemplate parameters.
Also adds tests in clangd hover feature.
Differential D73696
[clang][Index] Introduce a TemplateParm SymbolKind kadircet on Jan 30 2020, 5:15 AM. Authored by
Details Currently template parameters has symbolkind Unknown. This patch Also adds tests in clangd hover feature.
Diff Detail
Event TimelineComment Actions Unit tests: fail. 62337 tests passed, 1 failed and 838 were skipped. failed: libc++.std/containers/sequences/array/array_creation/to_array.fail.cpp clang-tidy: pass. clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch. Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. Comment Actions Libclang changes need tests I think.
Comment Actions
|