clangd / clangd

clangd language server
https://clangd.llvm.org
Apache License 2.0
1.52k stars 63 forks source link

"undeclared" issues when handling template classes in .h files #2168

Closed Qizhi697 closed 2 hours ago

Qizhi697 commented 2 hours ago

clangd-vscode may encounter "undeclared" issues when handling template classes in .h files if the header files are not included.

image

System information

Output of clangd --version:18.1.3

Editor/LSP plugin: clangd-vscode

Operating system: ubuntu 20.04

HighCommander4 commented 2 hours ago

Duplicate of https://github.com/clangd/clangd/issues/45.