summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/tool/ClangdMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add path mappings functionalitySam McCall2020-01-071-1/+22
* [clangd] Shutdown cleanly on signals.Sam McCall2019-11-271-6/+11
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-0/+11
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clangd] abort if shutdown takes more than a minute.Sam McCall2019-10-231-2/+21
* [clangd][NFC] Update background-index command line descriptionKadir Cetinkaya2019-08-291-2/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* clangd: use -j for background index poolSam McCall2019-08-091-2/+4
* [clangd] Expose -offset-encoding=utf-32, which has been implemented for agesSam McCall2019-08-051-1/+3
* [clangd] Provide help text to users who run `clangd` in a terminal.Sam McCall2019-07-251-0/+5
* [clangd] Also accept flags from CLANGD_FLAGS variable.Sam McCall2019-07-251-8/+15
* [clangd] Add categories to help options, and only show clangd options.Sam McCall2019-07-241-190/+232
* [clangd] Reformat use of cl::opt: use unqualified name and don't bin-pack att...Sam McCall2019-07-241-175/+225
* [clangd] Log version, cwd, args, and transport on startup. NFCSam McCall2019-07-231-0/+13
* [clangd] Disable background-index on lit-tests by defaultKadir Cetinkaya2019-07-191-1/+5
* [clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu2019-07-121-6/+8
* [clangd] Add priorities to background index queue, extract to separate classSam McCall2019-07-111-1/+1
* [clangd] Rewrite of logic to rebuild the background index serving structures.Sam McCall2019-07-091-9/+0
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-3/+3
* [clangd] Mark a couple of unimportant flags as hidden. NFCSam McCall2019-07-041-2/+3
* [clangd] Turn background-index on by defaultKadir Cetinkaya2019-07-041-1/+1
* Summary: [Clangd] Added hidden command line option -tweaks to specify which t...Shaurya Gupta2019-07-011-0/+11
* [clangd] Enable extraction of system includes from custom toolchainsKadir Cetinkaya2019-06-261-0/+10
* [clangd] Link and initialize target infosKadir Cetinkaya2019-06-261-0/+2
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-0/+6
* [clangd] Remove old hidden -use-dex-index flagSam McCall2019-06-101-6/+0
* [clangd] Fix a crash when clang-tidy is disabledIlya Biryukov2019-06-041-7/+7
* [clangd] Never end command-line flag description with a period. NFCIlya Biryukov2019-05-281-20/+20
* [clangd] Rename -run-synchronously to -syncIlya Biryukov2019-05-281-16/+15
* [clangd] improve help message for limit-resultsKadir Cetinkaya2019-05-221-1/+1
* [clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag t...Sam McCall2019-05-211-8/+13
* [clangd] Make it possible to use VFS from parsing for getting tidy optionsIlya Biryukov2019-05-201-2/+12
* [clangd] Support -fallback-style, similar to clang-format.Sam McCall2019-05-061-0/+9
* [clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya2019-04-181-1/+3
* [clangd] Log verbosely (LSP bodies) in lit tests. NFCSam McCall2019-04-181-1/+2
* [clangd] Enable clang-tidy by default.Haojian Wu2019-04-121-1/+1
* [clangd] Add -header-insertion=never flag to disable include insertion in cod...Sam McCall2019-04-101-1/+17
* [clangd] Add fallback mode for code completion when compile command or preamb...Eric Liu2019-04-081-0/+9
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-1/+17
* [clangd] Enable SuggestMissingIncludes by default.Eric Liu2019-03-011-1/+1
* [clangd] Fix a typo. NFCIlya Biryukov2019-02-201-1/+1
* [clangd] Use Dex for dynamic index by default.Eric Liu2019-02-071-1/+1
* [clangd] Add CLI flag "-clang-tidy" to enable/disable running clang-tidy checks.Haojian Wu2019-02-061-9/+18
* [clangd] Make -clang-tidy-checks a non-hidden command-line argIlya Biryukov2019-01-291-2/+2
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+7
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-1/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix build breakage from llvm r351317Pavel Labath2019-01-161-3/+1
OpenPOWER on IntegriCloud