summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Filter pch related flags coming from the userKadir Cetinkaya2020-06-101-2/+10
* [clangd] Disable all dependency outputsKadir Cetinkaya2020-06-101-0/+9
* [clangd] Log cc1 args at verbose level.Sam McCall2019-11-291-2/+3
* [clangd] Set RetainCommentsFromSystemHeaders to trueIlya Biryukov2019-11-071-0/+1
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-6/+3
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-271-1/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-2/+3
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-1/+1
* [clangd] NFC: Use buildCompilerInvocation in CodeCompleteKadir Cetinkaya2019-01-221-0/+28
* 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-9/+10
* [clangd] Only log ignored diagnostics with -log=verbose.Sam McCall2018-11-021-1/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-8/+7
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+2
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-1/+1
* [clangd] Log all ignored diagnostics.Ilya Biryukov2018-02-121-0/+25
* [clangd] Always use preamble (even stale) for code completionIlya Biryukov2018-01-181-8/+1
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-0/+1
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-041-0/+65
OpenPOWER on IntegriCloud