summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/FileSystemTest.cpp
AgeCommit message (Expand)Author
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree
2024-04-19Apply modernize-use-starts-ends-with on llvm-project (#89140)Nicolas van Kempen
2024-04-12[lldb] Fix test build failureJan Svoboda
2023-06-26FileSystem::EnumerateDirectory should skip entries w/o Status, not haltJason Molenda
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2020-04-03[lldb/Support] Treat empty FileSpec as an invalid file.Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-11-28[unittests] Fix the File System Test on WindowsStella Stamenova
2018-11-28[unittest] Fix the FileSystem test on Windows. (Attempt #2)Jonas Devlieghere
2018-11-27[unittest] Fix the FileSystem test on Windows.Jonas Devlieghere
2018-11-09revert rL346478Kadir Cetinkaya
2018-11-09[lldb] Fix signature in test to match rL346453Kadir Cetinkaya
2018-11-09Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere
2018-11-09[FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Re-add EnumerateDirectoryJonas Devlieghere
2018-10-31[FileSystem] Remove EnumerateDirectoryJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath