summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/FileManager.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-15/+16
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-291-1/+3
* Remove forward declarations of sys::Path.Rafael Espindola2013-06-261-1/+0
* Since we're stuck with realpath for the header <-> module mapping,Douglas Gregor2013-01-261-0/+14
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-1/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-051-0/+4