summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-145-12/+124
* [clangd] Changed tracing interfacesIlya Biryukov2017-12-142-24/+44
* [clangd] Implemented tracing using ContextIlya Biryukov2017-12-146-58/+90
* [clangd] Add a FileSymbols container that manages symbols from multiple files.Eric Liu2017-12-145-1/+195
* [clangd] Fix a potential use-after-move bug.Eric Liu2017-12-141-1/+2
* [clangd] Construct SymbolSlab from YAML format.Haojian Wu2017-12-146-6/+255
* [clangd] Symbol index interfaces and an in-memory index implementation.Eric Liu2017-12-146-0/+238
* [clangd] Fix the unitttest build error on buildbot.Haojian Wu2017-12-141-0/+1
* [clangd] Fix bool conversion operator of UniqueFunctionIlya Biryukov2017-12-131-1/+1
* [clangd] Try to workaround MSVC compilation failure.Ilya Biryukov2017-12-131-0/+5
* [clangd] clang-format the source code. NFCIlya Biryukov2017-12-135-24/+15
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-1321-402/+486
* [clangd] Remove the const specifier of the takeSymbol methodHaojian Wu2017-12-131-1/+1
* [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positionsSam McCall2017-12-138-44/+102
* [clangd] Overload hash_value for SymbolID, fix struct/class warningSam McCall2017-12-131-3/+5
* [clangd] (Attempt to) read clang-format file for document formattingRaoul Wols2017-12-123-36/+75
* [clangd] Introduce a "Symbol" class.Haojian Wu2017-12-127-0/+443
* [clangd] Removed unused variable. NFCIlya Biryukov2017-12-121-1/+1
* [clangd] clang-format the code. NFCIlya Biryukov2017-12-123-5/+5
* [clangd] Document highlights for clangdIlya Biryukov2017-12-1213-46/+315