summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd
AgeCommit message (Expand)Author
2018-10-02[clangd] Cache FS stat() calls when building preamble.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-stablelinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-nextlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-ltslinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-nextlinaro-local/ci/llvm-kernel-armv8l-baselinelinaro-local/ci/llvm-kernel-aarch64-baselineEric Liu
2018-10-02[clangd] Remove override result handling logic from clangdKadir Cetinkaya
2018-10-01[clangd] Query dex index using query-style trigrams, not identifier-style tri...Sam McCall
2018-10-01[clangd] Fix header mapping for std::string. NFCEric Liu
2018-09-27[clangd] Initial supoprt for cross-namespace global code completion.Eric Liu
2018-09-27[clangd] Add more tracing to index queries. NFCEric Liu
2018-09-27Introduce completionItemKind capability support.Kadir Cetinkaya
2018-09-27[clangd] Make IncludeInserter less slow. NFCEric Liu
2018-09-27Tell whether file/folder for include completions.Kadir Cetinkaya
2018-09-27Improve diagnostics range reporting.Kadir Cetinkaya
2018-09-26[clangd] Fix bugs with incorrect memory estimate reportKirill Bobyrev
2018-09-26[docs] Update PostingList string representation formatKirill Bobyrev
2018-09-26Removed extra semicolon to fix Wpedantic. (NFCI).Simon Pilgrim
2018-09-26[clangd] Fix crash if pending computations were active on exitIlya Biryukov
2018-09-26[clangd] Handle template args for disabled function arg snippetsIlya Biryukov
2018-09-25[clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall
2018-09-25[clangd] Fix reversed RIFF/YAML serializationSam McCall
2018-09-25[clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall
2018-09-25[clangd] NFC: Simplify code, enforce LLVM Coding StandardsKirill Bobyrev
2018-09-25[clangd] Fix some buildbots after r342965Kirill Bobyrev
2018-09-25[clangd] Implement VByte PostingList compressionKirill Bobyrev
2018-09-25[clangd] Fix build bot after r342961Eric Liu
2018-09-25[clangd] Check that scheme is valid when parsing URI.Eric Liu
2018-09-25Fix a typo in the help of clangdSylvestre Ledru
2018-09-24[clangd] Fix uninit bool in r342888Sam McCall
2018-09-24[clangd] Do bounds checks while reading data, otherwise var-length records ar...Sam McCall
2018-09-24[clangd] Force Dex to respect symbol collector flagsKirill Bobyrev
2018-09-21[clangd] Remember to serialize symbol origin in YAML.Eric Liu
2018-09-19[clangd] Add option to enable/disable function argument snippets.Kadir Cetinkaya
2018-09-19[clangd] Store preamble macros in dynamic index.Eric Liu
2018-09-18[clangd] Fix error handling for SymbolID parsing (notably YAML and dexp)Sam McCall
2018-09-18[clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu
2018-09-18[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu
2018-09-18[clangd] dexp tool uses llvm::cl to parse its flags.Sam McCall
2018-09-18[clangd] Update code completion for #include completions in r342449Sam McCall
2018-09-18[clangd] Adapt API change after 342451.Eric Liu
2018-09-17[clangd] Get rid of AST matchers in SymbolCollector. NFCEric Liu
2018-09-14[clangd] Don't override the preamble while completing inside it, it doesn't w...Sam McCall
2018-09-14[clangd] Don't double-infer compile commands after r342228Sam McCall
2018-09-14[clangd] NFC: Fix IndexBenchmark CLI arguments handlingKirill Bobyrev
2018-09-14[clangd] Update IndexerMain.cpp file comment after rename. NFCIlya Biryukov
2018-09-14[clangd] Fix TUScheduler typosFangrui Song
2018-09-13[clangd] Introduce PostingList interfaceKirill Bobyrev
2018-09-13[clangd] Fix Dexp buildKirill Bobyrev
2018-09-13[clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev
2018-09-13[clangd] Use JSON format in benchmark requests readerKirill Bobyrev
2018-09-13[clangd] Allow all LSP methods to signal cancellation via $/cancelRequestSam McCall
2018-09-13[clangd] Clarify and hide -index flag.Eric Liu
2018-09-13[clangd] Simplify cancellation public APISam McCall
2018-09-13[clangd] Don't create child AND and OR iterators with one posting listKirill Bobyrev