Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ed11bd286f76e2ea2bf7ba1ebeff2d77a1be93a0
/
clang
/
unittests
/
Basic
/
VirtualFileSystemTest.cpp
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
1b8dbe3
[VFS] Put the incoming name in the file status to make InMemoryFS behave more like a real FS.
by Benjamin Kramer
· 10 years ago
4c33a1a
BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.
by NAKAMURA Takumi
· 10 years ago
2e2351a
[VFS] Transition clang-format to use an in-memory FS.
by Benjamin Kramer
· 10 years ago
b7ab187
Fix the MSVC build.
by Rafael Espindola
· 10 years ago
7708b2a
[VFS] Add working directories to every virtual file system.
by Benjamin Kramer
· 10 years ago
a25dcfd
[VFS] Add an in-memory file system implementation.
by Benjamin Kramer
· 10 years ago
268b51a
[VFS] Remove setName from the file interface.
by Benjamin Kramer
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
a885796
Make VFS and FileManager match the current MemoryBuffer API.
by Benjamin Kramer
· 11 years ago
5afc869
Adds 'override' to overriding methods. NFC.
by Fariborz Jahanian
· 11 years ago
d87f8d7
Update for LLVM api change.
by Rafael Espindola
· 11 years ago
91ac8df
Create a std::unique_ptr earlier.
by Rafael Espindola
· 11 years ago
04ab21d7
Convert a few ownership comments with std::unique_ptr.
by Rafael Espindola
· 11 years ago
f994cef
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
by Alp Toker
· 11 years ago
7c9f6c8
Add vfs::recursive_directory_iterator
by Ben Langmuir
· 11 years ago
4669bd4
VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to appease msc17.
by NAKAMURA Takumi
· 11 years ago
d3235e0
Reformat.
by NAKAMURA Takumi
· 11 years ago
efb8b60
Fix test issues from r211623 and remove test-only API
by Ben Langmuir
· 11 years ago
c6326a4
Disable the bits of r211623 that broke the bots
by Ben Langmuir
· 11 years ago
740812b
Add directory_iterator for (non-recursive) iteration of VFS directories
by Ben Langmuir
· 11 years ago
71de0b6
Update for llvm api change.
by Rafael Espindola
· 11 years ago
8e650d7
Refer to error_code with the std prefix.
by Rafael Espindola
· 11 years ago
1f24317
Fix msvc unittest build.
by Rafael Espindola
· 11 years ago
96b0330
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
416fa34
[C++11] Use 'nullptr'. Unittests edition.
by Craig Topper
· 11 years ago
3ae0620
There is no std::errc:success, remove the llvm one.
by Rafael Espindola
· 11 years ago
fd148d0
Use make_error_code in preparation for making errc an enum class.
by Rafael Espindola
· 11 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
9385323
Attempt to re-enable the VFS unittests on Windows
by Ben Langmuir
· 12 years ago
6a927ec
Disable BasicTests/VFS on win32 for now. Investigating.
by NAKAMURA Takumi
· 12 years ago
b59cf67
Add a 'use-external-names' option to VFS overlay files
by Ben Langmuir
· 12 years ago
47ff9ab
Allow multi-component paths in VFS file nodes
by Ben Langmuir
· 12 years ago
509fe8fd
Improve some gtest assertions
by Ben Langmuir
· 12 years ago
97882e7
Pass through context for DiagHandler in VFS
by Ben Langmuir
· 12 years ago
d51ba0b
Add a VFSFromYAML class and a parser to create it
by Ben Langmuir
· 12 years ago
c8130a7
Recommit virtual file system
by Ben Langmuir
· 12 years ago
a32575e
Reverting the virtual file system implementation, because it triggers an assertion
by Juergen Ributzka
· 12 years ago
ac7a74a
Fix some test issues in VirtualFileSystemTest
by Ben Langmuir
· 12 years ago
6f95efb
Attempt to appease C++11 buildbots
by Ben Langmuir
· 12 years ago
87ba87b
Add an OverlayFileSystem class
by Ben Langmuir
· 12 years ago