summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/FileManager.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r352079:Hans Wennborg2019-01-251-3/+2
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-11/+3
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-0/+7
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-2/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-9/+9
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-061-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-30/+30
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-091-10/+18
* [clang] Remove FileEntry copy-constructorAlexander Shaposhnikov2016-10-201-9/+1
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-4/+3
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-2/+2
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+2
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-131-2/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-131-0/+2
* Revert commit r271708Taewook Oh2016-06-041-2/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-031-0/+2
* unique_ptrify some collections in FileManagerDavid Blaikie2015-12-091-2/+2
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-3/+0
* Make FileManager::getFileSystemOptions consistent with CompilerInstance::getF...Yaron Keren2015-08-261-1/+2
* [modules] Fix issue where building a module from a relative path when -workin...Argyrios Kyrtzidis2015-07-311-1/+7
* Attempt to make clang-x64-ninja-win7 happy.Sean Silva2015-07-301-1/+1
* [cleanup] Remove some unused #ifdef'sSean Silva2015-06-111-8/+0
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Make FileEntry::closeFile publicBen Langmuir2015-02-061-4/+4
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-0/+3
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-5/+5
* Make FileEntry::getName() valid across calls to FileManager::getFile()Ben Langmuir2014-09-081-2/+2
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-6/+5
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-1/+2
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-1/+1
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-1/+1
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-201-1/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-5/+5
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Revert "FileEntry: Remove unused and half-broken copy ctor."Benjamin Kramer2014-03-041-1/+9
* FileEntry: Remove unused and half-broken copy ctor.Benjamin Kramer2014-03-041-9/+1
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-6/+7
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-3/+4
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-4/+3
* Reapply r202420 hopefully fixed for other STLsBen Langmuir2014-02-271-16/+8
* Revert "Remove constructors from FileEntry that prevent owning resources"Ben Langmuir2014-02-271-6/+20
* Remove constructors from FileEntry that prevent owning resourcesBen Langmuir2014-02-271-20/+6
* Split FileEntry name vs. isValidBen Langmuir2014-02-271-2/+6
* Recommit virtual file systemBen Langmuir2014-02-201-15/+23
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-19/+15
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-191-1/+1
* Initial implementation of virtual file systemBen Langmuir2014-02-191-15/+19
* Document return value for FileManager::getNoncachedStatValue()Dmitri Gribenko2014-02-071-0/+2