summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable more Clang-Tidy checks in pluginrelease_60-basedIvan Donchevskii2018-04-262-1/+29
* Fix mingw libclang buildIvan Donchevskii2018-04-261-3/+2
* Build Clazy inside tools/extraNikolai Kosjar2018-04-201-0/+2
* ReleaseNotes: tidy up, fix some links etc.upstream/release_60Hans Wennborg2018-02-271-82/+57
* docs: remove in-progress warningsHans Wennborg2018-02-221-14/+3
* Merging r323040:Hans Wennborg2018-02-121-4/+3
* Merging r321762:Hans Wennborg2018-01-042-2/+9
* Creating release_60 branch off revision 321711Hans Wennborg2018-01-030-0/+0
* [clangd] Properly set filterText for index-based completion itemsIlya Biryukov2017-12-292-5/+15
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-5/+4
* [clangd] Get rid of unnecessary global variable. No functionality change.Benjamin Kramer2017-12-282-2/+2
* [clangd] Simplify code. No functionality change intended.Benjamin Kramer2017-12-287-34/+23
* [clangd] Skip function bodies when building the preambleIlya Biryukov2017-12-281-0/+10
* [clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall2017-12-2311-119/+177
* Reformatting Fuchsia overloaded operator testJulie Hockett2017-12-221-1/+1
* [clang-tidy] Adding Fuchsia checker for overloaded operatorsJulie Hockett2017-12-228-1/+121
* [clangd] Add a tool to build YAML-format global symbols.Haojian Wu2017-12-224-0/+134
* [clangd] Simplify GlobalCompilationDatabase, cache missing GCDsSam McCall2017-12-222-47/+23
* [clangd] Improve packing of Symbol struct. NFCSam McCall2017-12-222-4/+10
* Update test after r321312Paul Robinson2017-12-211-3/+2
* [clangd] Don't re-hash SymbolID in maps, just use the SHA1 dataSam McCall2017-12-212-2/+4
* [clangd] Fix use after free.Benjamin Kramer2017-12-211-3/+4
* [clangd] Index symbols share storage within a slab.Sam McCall2017-12-215-14/+35
* [clangd] Log more info about preamblesIlya Biryukov2017-12-211-2/+10
* [clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` e...Haojian Wu2017-12-214-15/+88
* [clangd-fuzzer] Update ClangdLSPServer constructor call.Matt Morehouse2017-12-201-1/+2
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-207-211/+393
* [clangd] Remove an unused lambda capture.Eric Liu2017-12-201-1/+1
* [clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall2017-12-209-500/+462
* [clangd] Made UniqueFunction's bool conversion explicitIlya Biryukov2017-12-201-1/+1
* Fix an error in the release notes.Gabor Horvath2017-12-201-1/+1
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-203-2/+193
* [clangd] Add debug printers for basic protocol types. NFCSam McCall2017-12-203-4/+23
* [clangd] Igore cases in index fuzzy find.Eric Liu2017-12-202-1/+11
* [clangd] Add "../" to Logger.h included from parent directory.Martin Bohme2017-12-201-1/+1
* [clangd] Don't use the optional "severity" when comparing Diagnostic.Haojian Wu2017-12-192-9/+11
* [clangd] Supress a log warning by putting it behind a condition.Eric Liu2017-12-191-2/+3
* [clangd] Build dynamic index and use it for code completion.Eric Liu2017-12-1910-15/+99
* [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall2017-12-196-260/+307
* [clangd] Fix warnings/compiler pickiness after r321083Sam McCall2017-12-192-2/+2
* [clangd] Index-based code completion.Eric Liu2017-12-199-32/+297
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-199-30/+152
* [clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu2017-12-197-38/+152
* [clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall2017-12-193-175/+124
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-182-156/+156
* [clangd] Update documentation page with new features, instructionsMarc-Andre Laperle2017-12-181-8/+25
* [clangd] in VSCode client, filter extensions properly and only accept file: URIsSam McCall2017-12-181-4/+4
* [clang-tidy] Adding Fuchsia checker for virtual inheritanceJulie Hockett2017-12-158-0/+142
* [clangd] Build in-memory index on symbols in files.Eric Liu2017-12-156-102/+260
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-1415-23/+10