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
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
1
-0
/
+50
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-11
/
+11
*
Fix Windows branch of FileManagerTest changes
Harlan Haskins
2019-08-01
1
-1
/
+1
*
Fix use-after-move in ClangBasicTests
Harlan Haskins
2019-08-01
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-6
/
+16
*
[clang] Adopt llvm::ErrorOr in FileManager methods
Harlan Haskins
2019-08-01
1
-37
/
+45
*
[FileSystemStatCache] Update test for new FileSystemStatCache API
Harlan Haskins
2019-04-16
1
-5
/
+6
*
Replace clang::FileData with llvm::vfs::Status
Harlan Haskins
2019-03-05
1
-12
/
+11
*
[clang][test] Fix FileManagerTest.getFileDontOpenRealPath for Windows
Jan Korous
2019-02-18
1
-6
/
+10
*
Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...
Jan Korous
2019-02-18
1
-0
/
+29
*
Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...
Reid Kleckner
2019-02-15
1
-14
/
+0
*
[clang][FileManager] fillRealPathName even if we aren't opening the file
Jan Korous
2019-02-14
1
-0
/
+14
*
[FileManager] Revert r347205 to avoid PCH file-descriptor leak.
Sam McCall
2019-01-24
1
-27
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove stat cache chaining as it's no longer needed after PTH support has been
Alex Lorenz
2018-12-21
1
-19
/
+10
*
[tests] Fix the FileManagerTest getVirtualFile test on Windows
Stella Stamenova
2018-12-07
1
-8
/
+20
*
Expect mixed path separators in FileManagerTest when resolving paths on Win32
Matthew Voss
2018-11-30
1
-1
/
+1
*
[clang] Fix rL348006 for windows
Kadir Cetinkaya
2018-11-30
1
-1
/
+8
*
[clang] Fill RealPathName for virtual files.
Kadir Cetinkaya
2018-11-30
1
-7
/
+18
*
Ensure FileManagerTest expects "\\" as path separator on Windows platforms
Matthew Voss
2018-11-20
1
-0
/
+4
*
[FileManager] getFile(open=true) after getFile(open=false) should open the file.
Sam McCall
2018-11-19
1
-0
/
+27
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-5
/
+5
*
[Test commit] Fix a spelling error.
Jiading Gai
2018-07-24
1
-1
/
+1
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-7
/
+7
*
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