summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/FSProvider.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Don't mmap source files on all platforms --> don't crash on git chec...Sam McCall2020-01-291-9/+8
* [clangd] Unlink VFS working dir from OS working dir. Reland of r351051Sam McCall2019-02-151-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r351051 "[clangd] Unlink VFS working dir from OS working dir."Amara Emerson2019-01-141-3/+2
* [clangd] Unlink VFS working dir from OS working dir.Sam McCall2019-01-141-2/+3
* [clangd] Fix Windows build after r350531Ilya Biryukov2019-01-071-1/+1
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-12/+12
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-2/+1
* Fix compilation failure on Windows.Zachary Turner2018-12-031-1/+1
* [clangd] Avoid memory-mapping files on WindowsIlya Biryukov2018-12-031-0/+85
OpenPOWER on IntegriCloud