index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Basic
/
VirtualFileSystemTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...
Bruno Cardoso Lopes
2016-02-23
1
-1
/
+1
*
[VFS] Fix call to getVFSFromYAML in unittests
Bruno Cardoso Lopes
2016-02-22
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
1
-2
/
+1
*
Simplify test code with initializer lists.
Benjamin Kramer
2016-01-10
1
-47
/
+16
*
Make test work on windows by turning \ in paths back into /.
Benjamin Kramer
2016-01-10
1
-2
/
+8
*
[vfs] Normalize working directory if requested.
Benjamin Kramer
2016-01-09
1
-0
/
+6
*
[VFS] Fix status() of opened redirected file
Ben Langmuir
2015-12-10
1
-1
/
+26
*
[VFS] Let the user decide if they want path normalization.
Benjamin Kramer
2015-10-12
1
-2
/
+31
*
[VFS] Unbreak test.
Benjamin Kramer
2015-10-12
1
-2
/
+0
*
[VFS] Don't try to be heroic with '.' in paths.
Benjamin Kramer
2015-10-12
1
-5
/
+3
*
[VFS] remove handling of '..' for now.
Benjamin Kramer
2015-10-12
1
-3
/
+0
*
[VFS] Just normalize away .. and . in paths for in-memory file systems.
Benjamin Kramer
2015-10-09
1
-0
/
+3
*
[VFS] Also drop '.' when adding files to an in-memory FS.
Benjamin Kramer
2015-10-07
1
-0
/
+3
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-2
/
+3
*
[VFS] Put the incoming name in the file status to make InMemoryFS behave more...
Benjamin Kramer
2015-10-06
1
-0
/
+13
*
BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while invest...
NAKAMURA Takumi
2015-10-06
1
-0
/
+2
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
1
-0
/
+12
*
Fix the MSVC build.
Rafael Espindola
2015-10-05
1
-4
/
+4
*
[VFS] Add working directories to every virtual file system.
Benjamin Kramer
2015-10-05
1
-0
/
+6
*
[VFS] Add an in-memory file system implementation.
Benjamin Kramer
2015-10-05
1
-0
/
+67
*
[VFS] Remove setName from the file interface.
Benjamin Kramer
2015-10-05
1
-6
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+1
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-8
/
+2
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Create a std::unique_ptr earlier.
Rafael Espindola
2014-08-17
1
-3
/
+3
*
Convert a few ownership comments with std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-36
/
+36
*
Add vfs::recursive_directory_iterator
Ben Langmuir
2014-06-25
1
-6
/
+102
*
VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...
NAKAMURA Takumi
2014-06-25
1
-21
/
+29
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-10
/
+9
*
Fix test issues from r211623 and remove test-only API
Ben Langmuir
2014-06-24
1
-18
/
+21
*
Disable the bits of r211623 that broke the bots
Ben Langmuir
2014-06-24
1
-15
/
+16
*
Add directory_iterator for (non-recursive) iteration of VFS directories
Ben Langmuir
2014-06-24
1
-0
/
+242
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-6
/
+7
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-13
/
+14
*
Fix msvc unittest build.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-5
/
+6
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-35
/
+35
*
There is no std::errc:success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-39
/
+39
*
Use make_error_code in preparation for making errc an enum class.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+3
*
Attempt to re-enable the VFS unittests on Windows
Ben Langmuir
2014-03-05
1
-72
/
+72
*
Disable BasicTests/VFS on win32 for now. Investigating.
NAKAMURA Takumi
2014-03-05
1
-0
/
+2
*
Add a 'use-external-names' option to VFS overlay files
Ben Langmuir
2014-02-27
1
-2
/
+52
*
Allow multi-component paths in VFS file nodes
Ben Langmuir
2014-02-25
1
-0
/
+61
*
Improve some gtest assertions
Ben Langmuir
2014-02-24
1
-26
/
+26
*
Pass through context for DiagHandler in VFS
Ben Langmuir
2014-02-24
1
-27
/
+31
[next]