summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/FileCache.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner