index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
FileManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.
Volodymyr Sapsai
2019-10-11
1
-4
/
+10
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-14
/
+17
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
1
-6
/
+19
*
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-30
1
-6
/
+2
*
Remove `FileManager::invalidateCache` as it has no callers anymore. NFC.
Volodymyr Sapsai
2019-08-29
1
-14
/
+0
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
1
-5
/
+6
*
Fix use of invalidated iterator introduced by r369680.
Richard Smith
2019-08-26
1
-4
/
+4
*
FileManager: Factor duplicated code in getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-25
1
-11
/
+6
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-15
/
+46
*
clang: Fix typo in comment
Nico Weber
2019-08-21
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[clang] Adopt llvm::ErrorOr in FileManager methods
Harlan Haskins
2019-08-01
1
-52
/
+76
*
[FileSystemStatCache] Return std::error_code from stat cache methods
Harlan Haskins
2019-04-16
1
-3
/
+4
*
Replace clang::FileData with llvm::vfs::Status
Harlan Haskins
2019-03-05
1
-26
/
+29
*
Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...
Jan Korous
2019-02-18
1
-0
/
+3
*
Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...
Reid Kleckner
2019-02-15
1
-3
/
+0
*
[clang][FileManager] fillRealPathName even if we aren't opening the file
Jan Korous
2019-02-14
1
-0
/
+3
*
Simplify and modernize this code a little.
Richard Smith
2019-01-30
1
-55
/
+30
*
[FileManager] Revert r347205 to avoid PCH file-descriptor leak.
Sam McCall
2019-01-24
1
-24
/
+11
*
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
-35
/
+3
*
[clang] Fill RealPathName for virtual files.
Kadir Cetinkaya
2018-11-30
1
-10
/
+14
*
[FileManager] getFile(open=true) after getFile(open=false) should open the file.
Sam McCall
2018-11-19
1
-19
/
+32
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-6
/
+6
*
Fix build bot after r340598.
Eric Liu
2018-08-24
1
-8
/
+12
*
[FileManager] Do not call 'real_path' in getFile().
Eric Liu
2018-08-24
1
-4
/
+8
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-08-06
1
-3
/
+5
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...
Reid Kleckner
2018-07-26
1
-5
/
+3
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-26
1
-3
/
+5
*
Revert "[VFS] Cleanups to VFS interfaces."
Jordan Rupprecht
2018-07-24
1
-1
/
+1
*
[VFS] Cleanups to VFS interfaces.
Sam McCall
2018-07-24
1
-1
/
+1
*
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...
Eric Liu
2018-07-11
1
-5
/
+3
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-11
1
-3
/
+5
*
[Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnit
Ivan Donchevskii
2018-06-06
1
-3
/
+3
*
Add vfs::FileSystem::getRealPath
Eric Liu
2018-05-17
1
-16
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Revert r329698 (and r329702).
Nico Weber
2018-04-27
1
-2
/
+16
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
Attempt to fix Windows build after r329698.
Nico Weber
2018-04-10
1
-1
/
+1
*
Use llvm::sys::fs::real_path() in clang.
Nico Weber
2018-04-10
1
-16
/
+2
*
Use VFS operations in FileManager::makeAbsolutePath.
Ilya Biryukov
2017-08-02
1
-1
/
+1
*
FileManager: mark virtual file entries as valid entries
Erik Verbruggen
2017-03-28
1
-0
/
+1
*
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
Benjamin Kramer
2017-03-21
1
-3
/
+3
*
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
Mehdi Amini
2016-10-11
1
-6
/
+6
*
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
Mehdi Amini
2016-10-10
1
-1
/
+1
*
Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.
Eugene Zelenko
2016-08-13
1
-1
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-0
/
+3
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
1
-3
/
+0
[next]