summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd
AgeCommit message (Expand)Author
2019-01-14Revert r351051 "[clangd] Unlink VFS working dir from OS working dir."Amara Emerson
2019-01-14[clangd] Add Limit parameter for xref.Haojian Wu
2019-01-14[clangd] Fix a reference invalidationKadir Cetinkaya
2019-01-14[clangd] Unlink VFS working dir from OS working dir.Sam McCall
2019-01-14[clangd] Index main-file symbols (bug 39761)Sam McCall
2019-01-10[clangd] Introduce loading of shards within auto-indexKadir Cetinkaya
2019-01-10[clangd] Don't store completion info if the symbol is not used for code compl...Haojian Wu
2019-01-08[clangd] Fix a crash when reading an empty index file.Haojian Wu
2019-01-07[clangd] Fix Windows build after r350531Ilya Biryukov
2019-01-07[clangd] Include <cstdio> instead of <stdio.h>. NFCIlya Biryukov
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2019-01-07[clangd] Fix a regression issue caused by r348365.Haojian Wu
2019-01-03[clangd] Fix detecting atomics in stand-alone buildsMichal Gorny
2019-01-03[clangd] Move helpers from global namespace into anonymous namespace, NFC.Haojian Wu
2019-01-03[clangd] Bump vscode-clangd v0.0.9Haojian Wu
2019-01-03[clangd] Always try to build absolute pathKadir Cetinkaya
2019-01-03[clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov
2019-01-03[clangd] clang-format everything. NFCIlya Biryukov
2019-01-02[clangd] Show FileStatus in vscode-clangd.Haojian Wu
2018-12-24[clangd] Delete stray semicolon. NFCFangrui Song
2018-12-23[clangd] Delete trailing ; NFCFangrui Song
2018-12-20[clangd] Expose FileStatus to LSP.Haojian Wu
2018-12-20[clangd] Don't miss the expected type in merge.Haojian Wu
2018-12-19[clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya
2018-12-18[clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu
2018-12-17[clangd] Change diskbackedstorage to be atomicKadir Cetinkaya
2018-12-17[clangd] Only reduce priority of a thread for indexing.Kadir Cetinkaya
2018-12-14[dexp] Change FuzzyFind to also print scope of symbolsKadir Cetinkaya
2018-12-14[clangd] Fix an assertion failure in background index.Haojian Wu
2018-12-13[clangd] Enable cross-namespace completions by default in clangdEric Liu
2018-12-13[clangd] Refine the way of checking a declaration is referenced by the writte...Haojian Wu
2018-12-13[clangd] Avoid emitting Queued status when we are able to acquire the Barrier.Haojian Wu
2018-12-13[clangd] Move the utility function to anonymous namespace, NFC.Haojian Wu
2018-12-06[clangd] C++ API for emitting file status.Haojian Wu
2018-12-05[clangd] Dont provide locations for non-existent files.Kadir Cetinkaya
2018-12-04Fix "array must be initialized with a brace-enclosed initializer" build error.Simon Pilgrim
2018-12-04[clangd] Partition include graph on auto-index.Kadir Cetinkaya
2018-12-03Fix compilation failure on Windows.Zachary Turner
2018-12-03[clangd] Avoid memory-mapping files on WindowsIlya Biryukov
2018-12-03[clangd] Fix a stale comment, NFC.Haojian Wu
2018-12-03[clangd] Get rid of AST matchers in CodeComplete, NFCHaojian Wu
2018-11-30[clangd] Populate include graph during static indexing action.Kadir Cetinkaya
2018-11-30[clangd] Penalize destructor and overloaded operators in code completion.Eric Liu
2018-11-30[clangd] Drop injected class name when class scope is not explicitly specified.Eric Liu
2018-11-30[clangd] Bump vscode-clangd v0.0.8Haojian Wu
2018-11-30[clangd] Fix junk output in clangd vscode pluginHaojian Wu
2018-11-28[clangd] Fix test broken in r347754.Eric Liu
2018-11-28[clangd] Less penalty for cross-namespace completions.Eric Liu
2018-11-28[clangd] Canonicalize file path in URIForFile.Eric Liu
2018-11-28[clangd] Fix backward-compatibility - follow-up to textDocument/SymbolInfoJan Korous