summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Parse files without extensions if we don't have a compile command.Haojian Wu2019-06-181-2/+4
* [clangd] Also apply adjustArguments when returning fallback commandsKadir Cetinkaya2019-06-041-0/+1
* [clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu2019-04-151-4/+5
* [clangd] Adjust compile commands to be applicable for toolingKadir Cetinkaya2019-03-081-5/+11
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-4/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-8/+9
* [clangd] Fix a regression issue caused by r348365.Haojian Wu2019-01-071-1/+11
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-1/+3
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-261-6/+16
* [clangd] Allow observation of changes to global CDBs.Sam McCall2018-11-201-15/+33
* [clangd] Make in-memory CDB always available as an overlay, refactor.Sam McCall2018-11-021-12/+22
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-32/+1
* [clangd] Remove unused CDB function. NFCSam McCall2018-10-251-6/+0
* [clangd] Don't invalidate LSP-set compile commands when closing a file.Sam McCall2018-10-251-5/+0
* [clangd] Remove caching of compilation database commands.Sam McCall2018-10-231-32/+0
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-13/+11
* [clangd] Don't double-infer compile commands after r342228Sam McCall2018-09-141-2/+0
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+2
* [clangd] allow clients to control the compilation database by passing inAlex Lorenz2018-08-011-0/+24
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-1/+1
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-131-0/+33
* Parse .h files as objective-c++ if we don't have a compile command.Sam McCall2018-04-201-1/+10
* [clang] Use compile-command interpolation to provide commands for header files.Sam McCall2018-04-091-0/+2
* [clangd] DidChangeConfiguration NotificationSimon Marchi2018-02-221-0/+6
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-2/+1
* [clangd] Simplify GlobalCompilationDatabase, cache missing GCDsSam McCall2017-12-221-45/+21
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-6/+11
* [clangd] GlobalCompilationDatabase interface changesSam McCall2017-12-041-35/+40
* [clangd] Remove no-op -fsyntax-only from fallback command. NFCSam McCall2017-12-011-1/+1
* [clangd] Logger implicitly adds newlineSam McCall2017-11-301-3/+2
* [clangd] Revert broken r318329 and disable tests on PS4Sam McCall2017-11-151-5/+1
* [clangd] Fix flag name from r318327Sam McCall2017-11-151-1/+1
* [clangd] Try to unbreak tests on PS4 by targeting PC explicitlySam McCall2017-11-151-1/+5
* [clangd] Fix compilation database detectionSam McCall2017-11-091-1/+1
* [clangd] clang-format the source code. NFC.Ilya Biryukov2017-10-101-1/+1
* [clangd] Command line arg to specify compile_commands.json pathIlya Biryukov2017-10-021-16/+36
* [clangd] Introduced Logger interface.Ilya Biryukov2017-09-201-12/+10
* [clangd] Add support for per-file extra flagsKrasimir Georgiev2017-07-061-5/+44
* Restored r303067 and fixed failing test.Ilya Biryukov2017-05-161-0/+65
* Revert "[ClangD] Refactor clangd into separate components"Adam Nemet2017-05-151-65/+0
* [ClangD] Refactor clangd into separate componentsIlya Biryukov2017-05-151-0/+65
OpenPOWER on IntegriCloud