aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/FS.cpp
AgeCommit message (Expand)Author
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-07-18[clangd] Get rid of dots and dotsdots within GlobalCompilationDatabaseKadir Cetinkaya
2019-07-01[clangd] Make PreambleStatusCache handle filenames more carefullySam McCall
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2018-10-20[clangd] Namespace style cleanup in cpp files. NFC.Sam McCall
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-09[clangd] Avoid cache main file status in preamble.Eric Liu
2018-10-03Fix compilation warning by removing unused variable [NFC]Mikael Holmen
2018-10-02[clangd] Cache FS stat() calls when building preamble.Eric Liu