summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/FS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+1
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-071-0/+1
* [clang-tools-extra] Don't including None.h (NFC)Kazu Hirata2022-12-061-1/+0
* [clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* [clangd] Get rid of dots and dotsdots within GlobalCompilationDatabaseKadir Cetinkaya2019-07-181-0/+6
* [clangd] Make PreambleStatusCache handle filenames more carefullySam McCall2019-07-011-4/+15
* 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-20/+24
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-20/+17
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-14/+17
* [clangd] Avoid cache main file status in preamble.Eric Liu2018-10-091-0/+9
* Fix compilation warning by removing unused variable [NFC]Mikael Holmen2018-10-031-1/+1
* [clangd] Cache FS stat() calls when building preamble.Eric Liu2018-10-021-0/+92