Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2a826e40fa51fcae4adb564d789cafe95776e0bb
/
clang
/
unittests
/
Basic
/
VirtualFileSystemTest.cpp
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