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
/
lib
/
Basic
/
FileManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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 commit r271708
Taewook Oh
2016-06-04
1
-3
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
1
-0
/
+3
*
[FileManager] Don't crash if reading from stdin and stat(".") fails
David Majnemer
2016-04-12
1
-1
/
+1
*
Remove the egregious PCHContainer layering hack that doesn't seem to be neces...
Benjamin Kramer
2016-02-01
1
-5
/
+0
*
unique_ptrify some collections in FileManager
David Blaikie
2015-12-09
1
-16
/
+10
*
[Basic] Rangify two for loops. NFC.
Vedant Kumar
2015-12-09
1
-4
/
+4
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-1
/
+1
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-34
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
[FileManager] Use StringRef::copy to store canonical paths.
Benjamin Kramer
2015-08-04
1
-9
/
+3
*
[modules] Fix issue where building a module from a relative path when -workin...
Argyrios Kyrtzidis
2015-07-31
1
-2
/
+14
*
Add a comment explaining differing Windows behavior.
Sean Silva
2015-07-30
1
-1
/
+7
*
Attempt to make clang-x64-ninja-win7 happy.
Sean Silva
2015-07-30
1
-6
/
+8
*
Avoid failure to canonicalize '..'.
Sean Silva
2015-07-30
1
-8
/
+11
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-1
/
+3
*
Revert r241770 and add Basic to the dependencies of clang-check instead.
Adrian Prantl
2015-07-09
1
-0
/
+3
*
Move the definition of ~PCHContainerOperations from Basic into Frontend.
Adrian Prantl
2015-07-09
1
-3
/
+0
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
1
-0
/
+3
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
1
-3
/
+0
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
1
-0
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
[modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
2014-12-11
1
-4
/
+39
[next]