summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic/FileManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-301-0/+50
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-11/+11
* Fix Windows branch of FileManagerTest changesHarlan Haskins2019-08-011-1/+1
* Fix use-after-move in ClangBasicTestsHarlan Haskins2019-08-011-1/+1
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-6/+16
* [clang] Adopt llvm::ErrorOr in FileManager methodsHarlan Haskins2019-08-011-37/+45
* [FileSystemStatCache] Update test for new FileSystemStatCache APIHarlan Haskins2019-04-161-5/+6
* Replace clang::FileData with llvm::vfs::StatusHarlan Haskins2019-03-051-12/+11
* [clang][test] Fix FileManagerTest.getFileDontOpenRealPath for WindowsJan Korous2019-02-181-6/+10
* Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...Jan Korous2019-02-181-0/+29
* Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...Reid Kleckner2019-02-151-14/+0
* [clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous2019-02-141-0/+14
* [FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall2019-01-241-27/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-19/+10
* [tests] Fix the FileManagerTest getVirtualFile test on WindowsStella Stamenova2018-12-071-8/+20
* Expect mixed path separators in FileManagerTest when resolving paths on Win32Matthew Voss2018-11-301-1/+1
* [clang] Fix rL348006 for windowsKadir Cetinkaya2018-11-301-1/+8
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-7/+18
* Ensure FileManagerTest expects "\\" as path separator on Windows platformsMatthew Voss2018-11-201-0/+4
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-0/+27
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+5
* [Test commit] Fix a spelling error.Jiading Gai2018-07-241-1/+1
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-7/+7
* Use VFS operations in FileManager::makeAbsolutePath.Ilya Biryukov2017-08-021-0/+27
* FileManager: mark virtual file entries as valid entriesErik Verbruggen2017-03-281-2/+50
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-8/+8
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-2/+2
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-13/+22
* Update unit test for signature change.Benjamin Kramer2014-07-081-2/+3
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-17/+17
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-4/+5
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-3/+6
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-1/+0
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-0/+1
* Recommit virtual file systemBen Langmuir2014-02-201-1/+1
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-1/+1
* Initial implementation of virtual file systemBen Langmuir2014-02-191-1/+1
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-13/+10
* Fix handling of "clang c:foo"Rafael Espindola2013-07-291-0/+17
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-2/+1
* unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc.NAKAMURA Takumi2011-09-231-1/+2
* unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc.NAKAMURA Takumi2011-06-241-3/+3
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-151-0/+222
OpenPOWER on IntegriCloud