Nico Weber
|
3ffe6de5f1
s/LLVM_ON_WIN32/_WIN32/, clang
|
7 年 前 |
Ilya Biryukov
|
d7be359ae9
Use VFS operations in FileManager::makeAbsolutePath.
|
8 年 前 |
Erik Verbruggen
|
121956bde3
FileManager: mark virtual file entries as valid entries
|
8 年 前 |
Mehdi Amini
|
b042fd3636
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
|
8 年 前 |
Mehdi Amini
|
8bd553fc8d
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
|
8 年 前 |
Benjamin Kramer
|
30dd297774
Add missing include.
|
10 年 前 |
Chandler Carruth
|
f3590b88bc
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
|
10 年 前 |
David Blaikie
|
88b00c0761
unique_ptr-ify FileSystemStatCache::setNextStatCache
|
11 年 前 |
Benjamin Kramer
|
480be6634b
Update unit test for signature change.
|
11 年 前 |
Craig Topper
|
b23b499237
[C++11] Use 'nullptr'. Unittests edition.
|
11 年 前 |
Alp Toker
|
f4545688ea
Remove the last remaining llvm/Config/config.h includes
|
11 年 前 |
Hans Wennborg
|
d0f57d66d4
Check for LLVM_ON_WIN32 instead of _WIN32.
|
11 年 前 |
Ben Langmuir
|
d066fe94b0
Reapply fixed "Honour 'use-external-names' in FileManager"
|
11 年 前 |
Ben Langmuir
|
86c8d8ee06
Revert "Honour 'use-external-names' in FileManager"
|
11 年 前 |
Ben Langmuir
|
2b1bc151cb
Honour 'use-external-names' in FileManager
|
11 年 前 |
Ben Langmuir
|
d7596d6412
Recommit virtual file system
|
11 年 前 |
Juergen Ributzka
|
6c03a38d81
Reverting the virtual file system implementation, because it triggers an assertion
|
11 年 前 |
Ben Langmuir
|
91e3d5860a
Initial implementation of virtual file system
|
11 年 前 |
Rafael Espindola
|
0fda0f75f0
Use llvm::sys::fs::UniqueID for windows and unix.
|
12 年 前 |
Rafael Espindola
|
146d57fd51
Fix handling of "clang c:foo"
|
12 年 前 |
Argyrios Kyrtzidis
|
e5d30e3b40
Extend stat query APIs to explicitly specify if the query is for
|
12 年 前 |
Chandler Carruth
|
1050e8b225
Sort the #include lines for unittests/...
|
12 年 前 |
NAKAMURA Takumi
|
d01fb36600
unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.
|
14 年 前 |
NAKAMURA Takumi
|
8e27eb7ebf
unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.
|
14 年 前 |
Zhanyong Wan
|
483651c907
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
|
14 年 前 |