summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+7
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-7/+7
* [clangd] Rename and move trivial logger to Logger.cpp. NFCSam McCall2018-10-171-0/+15
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-2/+11
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-2/+2
* [clangd] Output log messages to stderr when not configured (e.g. in tests). NFCSam McCall2018-01-181-3/+9
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-5/+19
* [clangd] Introduced Logger interface.Ilya Biryukov2017-09-201-0/+19
OpenPOWER on IntegriCloud