Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4cbb87feab0ce5fe0658711cce0e71075206c6f
/
llvm
/
unittests
/
Support
/
VirtualFileSystemTest.cpp
75cd8d7
Support: Add RedirectingFileSystem::create from simple list of redirections
by Duncan P. N. Exon Smith
· 4 years, 11 months ago
a22eda5
VFS: Return new file systems as uniquely owned when possible, almost NFC
by Duncan P. N. Exon Smith
· 4 years, 10 months ago
e763e03
Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC
by Duncan P. N. Exon Smith
· 4 years, 11 months ago
fad7559
[llvm] [unittests] Remove temporary files after they're not needed
by Sergej Jaskiewicz
· 5 years ago
3dad390
Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2"
by Russell Gallop
· 5 years ago
3094992
Relands "[YAMLVFSWriter][Test][NFC] Add couple tests" vol. 2
by Jan Korous
· 5 years ago
759465e
[YAMLVFSWriter] Fix for delimiters
by Jan Korous
· 5 years ago
58bc507
[VirtualFileSystem] Add unit test that showcases another YAMLVFSWriter bug
by Jonas Devlieghere
· 5 years ago
59ba19c
[VirtualFileSystem] Add unit test that showcases YAMLVFSWriter bug
by Jonas Devlieghere
· 5 years ago
e4e3e41
Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests""
by Jan Korous
· 5 years ago
49b32d8
Relands "[YAMLVFSWriter][Test][NFC] Add couple tests"
by Jan Korous
· 5 years ago
2939605
Revert "[YAMLVFSWriter][Test][NFC] Add couple tests"
by Nico Weber
· 5 years ago
7143d79
[YAMLVFSWriter][Test][NFC] Add couple tests
by Jan Korous
· 5 years ago
c0330bc
[YAMLVFSWriter] Fix directory handling
by Jan Korous
· 5 years ago
5c14503
[YAMLVFSWriter][Tests] Fix YAMLVFSWriterTest
by Jan Korous
· 5 years ago
3ef33e6
[VirtualFileSystem] Support directory entries in the YAMLVFSWriter
by Jonas Devlieghere
· 5 years ago
42df3e2
[VirtualFileSystem] Add unit test for vfs::YAMLVFSWriter
by Jonas Devlieghere
· 6 years ago
da45bd2
[VFS] More consistent support for Windows
by Adrian McCarthy
· 6 years ago
b2924d9
[llvm] Replace SmallStr.str().str() with std::string conversion operator.
by Jonas Devlieghere
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
e59f0af
[VFS] Disable check for ../foo on Windows
by Jonas Devlieghere
· 6 years ago
f2f7749
[VFS] Extend virtual working directory test
by Jonas Devlieghere
· 6 years ago
a337806
Fix an unused variable introduced in rL374955 / rG21703543.
by David L. Jones
· 6 years ago
2170354
[Reland][VirtualFileSystem] Support virtual working directory in the RedirectingFS
by Jonas Devlieghere
· 6 years ago
409b4b5
Revert "[VirtualFileSystem] Support virtual working directory in the RedirectingFS"
by Jonas Devlieghere
· 6 years ago
621ce37
[test] Update YAML mapping in VirtualFileSystemTest
by Jonas Devlieghere
· 6 years ago
0b9981b
[VirtualFileSystem] Support virtual working directory in the RedirectingFS
by Jonas Devlieghere
· 6 years ago
efe2108
[VFS] Add reverse iterator to OverlayFileSystem
by Jonas Devlieghere
· 6 years ago
191f148
[X86] Use PC-relative mode for the kernel code model
by Bill Wendling
· 6 years ago
15e475e
Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.
by Sam McCall
· 7 years ago
2a5a0ad
[VFS] Fix warning and use better check.
by Michael J. Spencer
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
e07cdb1
Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."
by Amara Emerson
· 7 years ago
62ab1a1
[VFS] Disable unix-assuming VFS test on windows
by Sam McCall
· 7 years ago
c2b310a
[VFS] Allow multiple RealFileSystem instances with independent CWDs.
by Sam McCall
· 7 years ago
937a104
[VFS] Add isLocal to ProxyFileSystem and add unit tests.
by Michael J. Spencer
· 7 years ago
ab73426
[VFS] Update unittest to fix Windows buildbot.
by Volodymyr Sapsai
· 7 years ago
7610033
[VFS] Implement `RedirectingFileSystem::getRealPath`.
by Volodymyr Sapsai
· 7 years ago
99538e8
Revert "[VFS] Add "expand tilde" argument to getRealPath."
by Sam McCall
· 7 years ago
f5b6d11
[VFS] Add "expand tilde" argument to getRealPath.
by Jonas Devlieghere
· 7 years ago
cbb5c86
Extend virtual file system with `isLocal` method
by Jonas Devlieghere
· 7 years ago
41fb951
[VFS] Add support for "no_push" to VFS recursive iterators.
by Jonas Devlieghere
· 7 years ago
91e1316
[VFS] Add property 'fallthrough' that controls fallback to real file system.
by Volodymyr Sapsai
· 7 years ago
fc51490
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
[Renamed (89%) from clang/unittests/Basic/VirtualFileSystemTest.cpp]
3922377
[Basic] Update clang tests (really testing sys::fs) that broke with r343460
by Sam McCall
· 7 years ago
55fab26
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
0ae0056
[VFS] vfs::directory_iterator yields path and file type instead of full Status
by Sam McCall
· 7 years ago
d5554c51
Adding HardLink Support to VirtualFileSystem.
by Ilya Biryukov
· 7 years ago
576ac05
[VFS] Remove superfluous semicolon from unittest.
by Craig Topper
· 7 years ago
3b2f6a4
[VFS] Emit an error when entry at root level uses a relative path.
by Volodymyr Sapsai
· 7 years ago
ddbabc6
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name
by Simon Marchi
· 7 years ago
4d23f45
Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name"
by Reid Kleckner
· 7 years ago
9980c26
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name
by Simon Marchi
· 7 years ago
b71e6f4
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name"
by Eric Liu
· 7 years ago
a37ef29
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name
by Simon Marchi
· 7 years ago
43cb451
Disable an in-memory vfs file path test on windows.
by Eric Liu
· 7 years ago
33dd619
[VFS] Implement getRealPath in InMemoryFileSystem.
by Eric Liu
· 7 years ago
a840a46
[VFS] Implement getRealPath for OverlayFileSystem.
by Eric Liu
· 7 years ago
d637c05
IWYU for llvm-config.h in clang. See r331124 for details.
by Nico Weber
· 7 years ago
e097567
Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960
by Max Moroz
· 7 years ago
c205d8c
[clang] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
7838101
[VirtualFileSystem] Support creating directories then adding files inside
by Ben Hamilton
· 8 years ago
e5af5bd
[VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms
by Ben Hamilton
· 8 years ago
45fbb59
Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC.
by Galina Kistanova
· 8 years ago
53fda39
Add more debugging code for the SystemZ bot.
by Juergen Ributzka
· 9 years ago
f978743
Reapply [VFS] Ignore broken symlinks in the directory iterator.
by Juergen Ributzka
· 9 years ago
31d01ba
Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."
by Juergen Ributzka
· 9 years ago
c28c7e5
Adding debug output to investigate systemz bot issue.
by Juergen Ributzka
· 9 years ago
46541f1
Reapply [VFS] Ignore broken symlinks in the directory iterator.
by Juergen Ributzka
· 9 years ago
bc1c5b1
Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."
by Juergen Ributzka
· 9 years ago
fd958fc
[VFS] Ignore broken symlinks in the directory iterator.
by Juergen Ributzka
· 9 years ago
ac71c8e
[VFS] Replace TimeValue usage with std::chrono
by Pavel Labath
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
32b2897
[VFS] Add level() method to vfs::recursive_directory_iterator
by Bruno Cardoso Lopes
· 9 years ago
f6a0a72
[VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup
by Bruno Cardoso Lopes
· 9 years ago
2835c5c
[Unittests] Reverse the order of arguments for correct debug output
by Bruno Cardoso Lopes
· 9 years ago
26092b2
Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup"
by Bruno Cardoso Lopes
· 9 years ago
ab83dc6
[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup
by Bruno Cardoso Lopes
· 9 years ago
29ebd49
[VFS][Unittests] Make dir iteration tests depend only on content
by Bruno Cardoso Lopes
· 9 years ago
7e61e15
Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life
by Sean Silva
· 9 years ago
14e89e0
[VFS] One more unittest change to fix win10 buildbot
by Bruno Cardoso Lopes
· 9 years ago
7347fce
[VFS] Change unittest to try appeasing win10 buildbot
by Bruno Cardoso Lopes
· 9 years ago
ecf7d15
[VFS] Reconstruct the VFS overlay tree for more accurate lookup
by Bruno Cardoso Lopes
· 9 years ago
d878e28
Reapply [2] [VFS] Add 'overlay-relative' field to YAML files
by Bruno Cardoso Lopes
· 10 years ago
9e2f9d8
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
by Bruno Cardoso Lopes
· 10 years ago
016b2d0
Reapply [VFS] Add 'overlay-relative' field to YAML files
by Bruno Cardoso Lopes
· 10 years ago
b7eb8db
Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests"
by Bruno Cardoso Lopes
· 10 years ago
32b6222
[VFS] Fix call to getVFSFromYAML in unittests
by Bruno Cardoso Lopes
· 10 years ago
1660a5d
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
by Eugene Zelenko
· 10 years ago
2a23e55
Simplify test code with initializer lists.
by Benjamin Kramer
· 10 years ago
730338b
Make test work on windows by turning \ in paths back into /.
by Benjamin Kramer
· 10 years ago
e9e7607
[vfs] Normalize working directory if requested.
by Benjamin Kramer
· 10 years ago
f13302e
[VFS] Fix status() of opened redirected file
by Ben Langmuir
· 10 years ago
71ce376
[VFS] Let the user decide if they want path normalization.
by Benjamin Kramer
· 10 years ago
753726d
[VFS] Unbreak test.
by Benjamin Kramer
· 10 years ago
4ad1c43
[VFS] Don't try to be heroic with '.' in paths.
by Benjamin Kramer
· 10 years ago
c3741ec
[VFS] remove handling of '..' for now.
by Benjamin Kramer
· 10 years ago
decb2ae
[VFS] Just normalize away .. and . in paths for in-memory file systems.
by Benjamin Kramer
· 10 years ago
d5e0b58
[VFS] Also drop '.' when adding files to an in-memory FS.
by Benjamin Kramer
· 10 years ago
dcfba33
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups
by Hans Wennborg
· 10 years ago
Next »