summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [clangd] Introduced a Context that stores implicit dataIlya Biryukov2017-12-125-0/+269
* [clang-tidy] Correctly classify constant arrays and constant strings as const...Alexander Kornienko2017-12-112-33/+84
* [clangd] Convert lit code completion tests to unit-tests. NFCSam McCall2017-12-086-326/+278
* [change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu2017-12-082-0/+58
* [clangd-fuzzer] Update contruction of LSPServer.Matt Morehouse2017-12-071-1/+4
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-061-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-0520-0/+20
* [clangd] Clean up code complete unit tests. NFCSam McCall2017-12-051-282/+151
* Commit access test.Julie Hockett2017-12-051-1/+1
* [clang-tidy] adjust cppcoreguidelines-owning-memory documentationJonas Toth2017-12-051-1/+5
* [clangd] Set completion options per-request.Ilya Biryukov2017-12-056-46/+52
* [clangd] Remove unused test param. NFCSam McCall2017-12-054-19/+17
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-056-559/+640
* Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/Hans Wennborg2017-12-041-1/+1
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-048-803/+910
* [clangd] GlobalCompilationDatabase interface changesSam McCall2017-12-044-64/+73
* [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVCSam McCall2017-12-021-1/+5
* [clangd] Fix FuzzyMatch tests on windows, NFCSam McCall2017-12-022-5/+5
* [clangd] Try to appease gcc constexpr bug (58541)Sam McCall2017-12-021-2/+2
* [clangd] Define constants in the right namespace. NFCSam McCall2017-12-011-1/+5
* [clangd] Fuzzy match scorerSam McCall2017-12-015-0/+711
* [clangd] Filter completion results by fuzzy-matching identifiers.Sam McCall2017-12-013-1/+92
* [clangd] Remove no-op -fsyntax-only from fallback command. NFCSam McCall2017-12-011-1/+1
* [clangd] Logger implicitly adds newlineSam McCall2017-11-305-18/+16
* [clangd] Log file compile commandsSam McCall2017-11-301-0/+3
* [Documentation] Style fixes for Objective-C checks documentation to follow C/...Eugene Zelenko2017-11-306-32/+29
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-307-479/+411
* add new check to find NSError init invocationYan Zhang2017-11-303-0/+5
* add new check to find NSError init invocationYan Zhang2017-11-308-0/+108
* [Documentation] Sort Clang-tidy changes next way: new modules, new checks, re...Eugene Zelenko2017-11-292-121/+116
* [clang-tidy] make readability-simplify-bool-expr completely ignore macrosAlexander Kornienko2017-11-292-4/+9
* [clangd] Simplify common JSON-parsing patterns in Protocol.Sam McCall2017-11-293-368/+260
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-2812-1/+272