aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/VirtualFileSystemTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-01[LLVM][Support] Fix tests on Cygwin (#151417)jeremyd20191-0/+4
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight1-123/+97
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan1-3/+3
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree1-3/+3
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE19941-4/+0
2024-09-06[llvm][support] Implement tracing virtual file system (#88326)Jan Svoboda1-0/+114
2024-08-28[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106330)Kazu Hirata1-1/+1
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata1-1/+1
2024-06-06[clang] Fix handling of adding a file with the same name as an existing dir t...jensmassberg1-0/+5
2024-04-19Apply modernize-use-starts-ends-with on llvm-project (#89140)Nicolas van Kempen1-1/+1
2024-04-12[llvm][vfs] Make vfs::FileSystem::exists() virtual NFC (#88575)Artem Chikin1-0/+165
2024-04-12[llvm][vfs] NFCI: Remove `const` from `VFS::getRealPath()`Jan Svoboda1-1/+1
2024-03-15[llvm][vfs] Preserve paths for fallback/fallthrough in RedirectingFileSystem ...Ben Langmuir1-0/+65
2024-01-30[clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)Michael Spencer1-0/+86
2024-01-24[clang] NFC: Remove `{File,Directory}Entry::getName()` (#74910)Jan Svoboda1-18/+0
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-07-10[llvm][vfs] For virtual directories, use the virtual path as the real pathJan Svoboda1-3/+9
2023-05-03[llvm][test] Skip physical filesystem test if unsupportedBen Langmuir1-1/+3
2023-05-02[llvm][vfs] Avoid silent fallback to process-wide working directoryBen Langmuir1-0/+26
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-19Revert "[Clang] Give Clang the ability to use a shared stat cache"Fred Riss1-305/+0
2023-01-18[Clang] Give Clang the ability to use a shared stat cacheFred Riss1-0/+305
2022-12-16[vfs] Allow root paths relative to the vfsoverlay YAML fileHaowei Wu1-5/+70
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-10/+14
2022-06-21[llvm][vfs] Implement in-memory symlinksJan Svoboda1-0/+86
2022-06-02Fix a buglet in remove_dots().Paul Pluzhnikov1-4/+5
2022-04-11[VFS] RedirectingFileSystem only replace path if not already mappedBen Barham1-6/+24
2022-04-08[RGT] Use GTEST_SKIP() in more places where we skip a testPaul Robinson1-1/+1
2022-04-05Revert "[VFS] RedirectingFileSystem only replace path if not already mapped"Ben Barham1-22/+22
2022-03-30[VFS] RedirectingFileSystem only replace path if not already mappedBen Barham1-22/+22
2022-03-17[VFS] Add print/dump to the whole FileSystem hierarchyBen Barham1-0/+126
2022-02-03[VFS] Add a "redirecting-with" field to overlaysBen Barham1-1/+134
2022-01-21[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)Archibald Elliott1-37/+39
2022-01-19[clang] support relative roots to vfs overlaysRichard Howell1-5/+25
2021-11-13reland: [VFS] Use original path when falling back to external FSKeith Smiley1-0/+108
2021-11-13Revert "[VFS] Use original path when falling back to external FS"Keith Smiley1-108/+0
2021-11-13[VFS] Use original path when falling back to external FSKeith Smiley1-0/+108
2021-09-29[VFS] InMemoryFilesystem's UniqueIDs are a function of path and content.Sam McCall1-0/+20
2021-02-02[VFS] Add support to RedirectingFileSystem for mapping a virtual directory to...Nathan Hawes1-1/+239
2021-01-22[VFS] Fix inconsistencies between relative paths and fallthrough.Jonas Devlieghere1-1/+35
2020-12-08Support: Add RedirectingFileSystem::create from simple list of redirectionsDuncan P. N. Exon Smith1-0/+86
2020-12-08VFS: Return new file systems as uniquely owned when possible, almost NFCDuncan P. N. Exon Smith1-2/+2
2020-12-03Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFCDuncan P. N. Exon Smith1-1/+1
2020-09-02[llvm] [unittests] Remove temporary files after they're not neededSergej Jaskiewicz1-194/+143
2020-06-04Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2"Russell Gallop1-57/+0
2020-06-04Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2Jan Korous1-0/+57
2020-05-12[YAMLVFSWriter] Fix for delimitersJan Korous1-4/+2
2020-05-12[VirtualFileSystem] Add unit test that showcases another YAMLVFSWriter bugJonas Devlieghere1-0/+34
2020-05-12[VirtualFileSystem] Add unit test that showcases YAMLVFSWriter bugJonas Devlieghere1-0/+32