summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clangd
AgeCommit message (Expand)Author
2018-09-14Mark index-tools.test as REQUIRES: shell so that it does not run with the int...Reid Kleckner
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] Rename global-symbol-builder to clangd-indexer.Ilya Biryukov
2018-09-12Fix buildbots after r342027Kirill Bobyrev
2018-09-12[clangd] Add index benchmarksKirill Bobyrev
2018-09-05[clangd] Fix references.test assertionsSam McCall
2018-09-05[clangd] Add xrefs LSP boilerplate implementation.Sam McCall
2018-08-22[clangd] send diagnostic categories only when 'categorySupport'Alex Lorenz
2018-08-15[clangd][tests] Rename tests of clangd instance terminationJan Korous
2018-08-15[clangd][tests] Fix typo in tests - invalid LSP exit messageJan Korous
2018-08-14[clangd] update the new test to check for diagnostic's category as wellAlex Lorenz
2018-08-14[clangd] add an extension field to LSP to transfer the diagnostic's categoryAlex Lorenz
2018-08-14[clangd] add missing test from r339454Alex Lorenz
2018-08-13Fix lint tests for D50449Kadir Cetinkaya
2018-08-09[CMake] Use normalized Windows target triplesPetr Hosek
2018-08-03[clangd] capitalize diagnostic messagesAlex Lorenz
2018-08-03[clangd] Add test for changing build configurationSimon Marchi
2018-08-01[clangd] allow clients to control the compilation database by passing inAlex Lorenz
2018-07-26[clangd] Do not rebuild AST if inputs have not changedIlya Biryukov
2018-07-05[clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle
2018-06-15[clangd] UI for completion items that would trigger include insertion.Eric Liu
2018-06-07[clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall
2018-06-05[clangd] Rewrite JSON dispatcher loop using C IO (FILE*) instead of std::istr...Sam McCall
2018-06-04[clangd] Hover should return null when not hovering over anything.Sam McCall
2018-06-01[clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov
2018-05-15[clangd] Remove LSP command-based #include insertion.Eric Liu
2018-04-27[clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall
2018-04-24[clangd] Commit a heinous crime to make test hermetic and not depend on the s...Benjamin Kramer
2018-04-23[clangd] Implementation of workspace/symbol requestMarc-Andre Laperle
2018-04-23[clangd][tests] Fix delimiter handlingJan Korous
2018-04-23[clangd][tests] Fix handling of EOF in delimited inputJan Korous
2018-03-27Attempt to fix clangd test on Windows by wildcarding drive lettersReid Kleckner
2018-03-26[clangd] Support incremental document syncingSimon Marchi
2018-03-12[clangd] Revamp handling of diagnostics.Ilya Biryukov
2018-03-09[clangd] Fix failing lit test.Haojian Wu
2018-03-06[clangd] Don't end completion item labels with '::'Ilya Biryukov
2018-02-28[clangd] Try to fix failures on clang-x64-ninja-win7 build bot.Eric Liu
2018-02-26[clangd] don't insert new includes if either original header or canonical hea...Eric Liu
2018-02-16[clangd] Implement textDocument/hoverMarc-Andre Laperle
2018-02-16[clangd] collect symbol #include & insert #include in global code completion.Eric Liu
2018-02-15[clangd] Use explicit env in test to make lit+windows happy. NFCSam McCall
2018-02-15[clangd] Enable snippet completion based on client capabilities.Ilya Biryukov
2018-02-15[clangd] Fix tracing now that spans lifetimes can overlap on a thread.Sam McCall
2018-02-14[clangd] Configure clangd tracing with CLANGD_TRACE env instead of -trace flagSam McCall
2018-02-06[clangd] Attempt to unbreak windows buildbots.Ilya Biryukov
2018-02-06[clangd] Cut input-mirror.test down to size. NFCSam McCall
2018-02-06[clangd] Support simpler JSON-RPC stream parsing for lit tests.Sam McCall
2018-01-31[clangd] Add a test URI scheme for lit tests to unbreak platform-specific URI...Eric Liu
2018-01-25[clangd] Add ClangdUnit diagnostics tests using annotated code.Sam McCall