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
...
*
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
*
Add a VFSFromYAML class and a parser to create it
Ben Langmuir
2014-02-21
1
-15
/
+263
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-0
/
+216
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-216
/
+0
*
Fix some test issues in VirtualFileSystemTest
Ben Langmuir
2014-02-19
1
-14
/
+9
*
Attempt to appease C++11 buildbots
Ben Langmuir
2014-02-19
1
-20
/
+38
*
Add an OverlayFileSystem class
Ben Langmuir
2014-02-19
1
-0
/
+203
[prev]