summaryrefslogtreecommitdiffstats
path: root/unittests/Basic/FileManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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