summaryrefslogtreecommitdiff
path: root/unittests/Basic
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-142-12/+12
* 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
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [FileSystemStatCache] Update test for new FileSystemStatCache APIHarlan Haskins2019-04-161-5/+6
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-093-101/+3
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-071-7/+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-196-24/+18
* 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-103-1598/+5
* [Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall2018-10-011-51/+25
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-2/+2
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-27/+29
* Adding HardLink Support to VirtualFileSystem.Ilya Biryukov2018-09-041-0/+114
* Add dump() method for SourceRangeStephen Kelly2018-08-301-0/+48
* [VFS] Remove superfluous semicolon from unittest.Craig Topper2018-08-081-1/+1
* [VFS] Emit an error when entry at root level uses a relative path.Volodymyr Sapsai2018-08-071-0/+32
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-061-10/+49
* Removed the OverflowConversionsToFract tests for now. Will add them backLeonard Chan2018-08-061-45/+0
* Fix for failing test from sanitizer-x86_64-linux-fast where there was aLeonard Chan2018-08-061-0/+7
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-062-0/+685
* Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...Reid Kleckner2018-07-261-49/+10
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-261-10/+49
* [Test commit] Fix a spelling error.Jiading Gai2018-07-241-1/+1
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-111-32/+1
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-111-1/+32
* Disable an in-memory vfs file path test on windows.Eric Liu2018-05-241-0/+2
* [VFS] Implement getRealPath in InMemoryFileSystem.Eric Liu2018-05-241-0/+22
* [VFS] Implement getRealPath for OverlayFileSystem.Eric Liu2018-05-181-0/+44
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-302-1/+1
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-7/+7
* Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960Max Moroz2018-04-041-9/+17
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-0/+5
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-3/+3
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1