Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Get rid of dots and dotsdots within GlobalCompilationDatabase | Kadir Cetinkaya | 2019-07-18 | 1 | -0/+6 |
* | [clangd] Make PreambleStatusCache handle filenames more carefully | Sam McCall | 2019-07-01 | 1 | -4/+15 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clangd] Remove 'using namespace llvm' from .cpp files. NFC | Ilya Biryukov | 2019-01-07 | 1 | -20/+24 |
* | [clangd] Namespace style cleanup in cpp files. NFC. | Sam McCall | 2018-10-20 | 1 | -20/+17 |
* | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -14/+17 |
* | [clangd] Avoid cache main file status in preamble. | Eric Liu | 2018-10-09 | 1 | -0/+9 |
* | Fix compilation warning by removing unused variable [NFC] | Mikael Holmen | 2018-10-03 | 1 | -1/+1 |
* | [clangd] Cache FS stat() calls when building preamble. | Eric Liu | 2018-10-02 | 1 | -0/+92 |