You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
benchmarks | 7 months ago | |
fuzzer | 7 months ago | |
include-mapping | 7 months ago | |
index | 7 months ago | |
indexer | 7 months ago | |
quality | 7 months ago | |
refactor | 7 months ago | |
support | 7 months ago | |
test | 7 months ago | |
tool | 7 months ago | |
unittests | 7 months ago | |
xpc | 7 months ago | |
AST.cpp | 7 months ago | |
AST.h | 7 months ago | |
CMakeLists.txt | 7 months ago | |
CSymbolMap.inc | 7 months ago | |
ClangdLSPServer.cpp | 7 months ago | |
ClangdLSPServer.h | 7 months ago | |
ClangdServer.cpp | 7 months ago | |
ClangdServer.h | 7 months ago | |
CodeComplete.cpp | 7 months ago | |
CodeComplete.h | 7 months ago | |
CodeCompletionStrings.cpp | 7 months ago | |
CodeCompletionStrings.h | 7 months ago | |
CollectMacros.cpp | 7 months ago | |
CollectMacros.h | 7 months ago | |
CompileCommands.cpp | 7 months ago | |
CompileCommands.h | 7 months ago | |
Compiler.cpp | 7 months ago | |
Compiler.h | 7 months ago | |
Config.cpp | 7 months ago | |
Config.h | 7 months ago | |
ConfigCompile.cpp | 7 months ago | |
ConfigFragment.h | 7 months ago | |
ConfigProvider.cpp | 7 months ago | |
ConfigProvider.h | 7 months ago | |
ConfigYAML.cpp | 7 months ago | |
Diagnostics.cpp | 7 months ago | |
Diagnostics.h | 7 months ago | |
DraftStore.cpp | 7 months ago | |
DraftStore.h | 7 months ago | |
DumpAST.cpp | 7 months ago | |
DumpAST.h | 7 months ago | |
ExpectedTypes.cpp | 7 months ago | |
ExpectedTypes.h | 7 months ago | |
FS.cpp | 7 months ago | |
FS.h | 7 months ago | |
Features.inc.in | 7 months ago | |
FileDistance.cpp | 7 months ago | |
FileDistance.h | 7 months ago | |
FindSymbols.cpp | 7 months ago | |
FindSymbols.h | 7 months ago | |
FindTarget.cpp | 7 months ago | |
FindTarget.h | 7 months ago | |
Format.cpp | 7 months ago | |
Format.h | 7 months ago | |
FuzzyMatch.cpp | 7 months ago | |
FuzzyMatch.h | 7 months ago | |
GlobalCompilationDatabase.cpp | 7 months ago | |
GlobalCompilationDatabase.h | 7 months ago | |
HeaderSourceSwitch.cpp | 7 months ago | |
HeaderSourceSwitch.h | 7 months ago | |
Headers.cpp | 7 months ago | |
Headers.h | 7 months ago | |
Hover.cpp | 7 months ago | |
Hover.h | 7 months ago | |
IncludeFixer.cpp | 7 months ago | |
IncludeFixer.h | 7 months ago | |
JSONTransport.cpp | 7 months ago | |
ParsedAST.cpp | 7 months ago | |
ParsedAST.h | 7 months ago | |
PathMapping.cpp | 7 months ago | |
PathMapping.h | 7 months ago | |
Preamble.cpp | 7 months ago | |
Preamble.h | 7 months ago | |
Protocol.cpp | 7 months ago | |
Protocol.h | 7 months ago | |
Quality.cpp | 7 months ago | |
Quality.h | 7 months ago | |
QueryDriverDatabase.cpp | 7 months ago | |
README.md | 7 months ago | |
RIFF.cpp | 7 months ago | |
RIFF.h | 7 months ago | |
Selection.cpp | 7 months ago | |
Selection.h | 7 months ago | |
SemanticHighlighting.cpp | 7 months ago | |
SemanticHighlighting.h | 7 months ago | |
SemanticSelection.cpp | 7 months ago | |
SemanticSelection.h | 7 months ago | |
SourceCode.cpp | 7 months ago | |
SourceCode.h | 7 months ago | |
StdSymbolMap.inc | 7 months ago | |
TUScheduler.cpp | 7 months ago | |
TUScheduler.h | 7 months ago | |
TidyProvider.cpp | 7 months ago | |
TidyProvider.h | 7 months ago | |
Transport.h | 7 months ago | |
URI.cpp | 7 months ago | |
URI.h | 7 months ago | |
XRefs.cpp | 7 months ago | |
XRefs.h | 7 months ago |
README.md
clangd
clangd is a language server, and provides C++ IDE features to editors. This is not its documentation.
- the website is https://clangd.llvm.org/.
- the bug tracker is https://github.com/clangd/clangd/issues
- the source code is hosted at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
- the website source code is at https://github.com/llvm/clangd-www/
Communication channels
If you have any questions or feedback, you can reach community and developers through one of these channels:
- chat: #clangd room hosted on LLVM's Discord channel.
- user questions and feature requests can be asked in the clangd topic on LLVM Discussion Forums