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
/
FileManagerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use VFS operations in FileManager::makeAbsolutePath.
Ilya Biryukov
2017-08-02
1
-0
/
+27
*
FileManager: mark virtual file entries as valid entries
Erik Verbruggen
2017-03-28
1
-2
/
+50
*
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-11
1
-8
/
+8
*
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
Mehdi Amini
2016-10-10
1
-2
/
+2
*
Add missing include.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
1
-13
/
+22
*
Update unit test for signature change.
Benjamin Kramer
2014-07-08
1
-2
/
+3
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-17
/
+17
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+1
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-4
/
+5
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-3
/
+6
*
Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-27
1
-1
/
+0
*
Honour 'use-external-names' in FileManager
Ben Langmuir
2014-02-27
1
-0
/
+1
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-1
/
+1
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-1
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-1
/
+1
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
1
-13
/
+10
*
Fix handling of "clang c:foo"
Rafael Espindola
2013-07-29
1
-0
/
+17
*
Extend stat query APIs to explicitly specify if the query is for
Argyrios Kyrtzidis
2012-12-11
1
-1
/
+1
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
1
-2
/
+1
*
unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.
NAKAMURA Takumi
2011-09-23
1
-1
/
+2
*
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.
NAKAMURA Takumi
2011-06-24
1
-3
/
+3
*
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
Zhanyong Wan
2011-02-15
1
-0
/
+222