Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clangd] Rename and move trivial logger to Logger.cpp. NFC | Sam McCall | 2018-10-17 | 1 | -0/+17 |
* | [clangd] Fix many typos. NFC | Fangrui Song | 2018-09-01 | 1 | -1/+1 |
* | [clangd] Simplify logging wrapper after r336888 | Sam McCall | 2018-07-12 | 1 | -14/+5 |
* | [clangd] Upgrade logging facilities with levels and formatv. | Sam McCall | 2018-07-11 | 1 | -6/+59 |
* | [clangd] Pass Context implicitly using TLS. | Sam McCall | 2018-01-31 | 1 | -3/+2 |
* | [clangd] Output log messages to stderr when not configured (e.g. in tests). NFC | Sam McCall | 2018-01-18 | 1 | -2/+3 |
* | [clangd] Implemented logging using Context | Ilya Biryukov | 2017-12-13 | 1 | -7/+14 |
* | [clangd] Introduced Logger interface. | Ilya Biryukov | 2017-09-20 | 1 | -0/+41 |