aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Basic/FileManagerTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-25[clang] Fix FileManagerTestJan Svoboda1-2/+2
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda1-37/+40
2024-01-24[clang] NFC: Remove `{File,Directory}Entry::getName()` (#74910)Jan Svoboda1-6/+0
2023-12-06[clang] NFC: Deprecate `FileEntry::getName()` (#68157)Jan Svoboda1-0/+4
2023-09-20[clang] NFCI: Use `FileEntryRef` in `FileManagerTest`Jan Svoboda1-2/+2
2023-05-25[clang] Make `FileEntryRef::getDir()` return the as-requested `DirectoryEntry...Jan Svoboda1-0/+20
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer1-3/+2
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek1-2/+1
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek1-1/+2
2022-08-05[clang] Fix redirection behaviour for cached FileEntryRefBen Langmuir1-0/+6
2022-08-03[clang] Add FileEntryRef::getNameAsRequested()Ben Langmuir1-1/+5
2022-08-01[clang] Only modify FileEntryRef names that are externally remappedBen Langmuir1-4/+4
2022-06-02Fix a buglet in remove_dots().Paul Pluzhnikov1-1/+1
2022-04-15[clang] NFCI: Use FileEntryRef in FileManagerTestJan Svoboda1-41/+24
2022-04-07Remove a few effectively-unused FileEntry APIs. NFCSam McCall1-13/+0
2021-10-29Support: Use sys::path::is_style_{posix,windows}() in a few placesDuncan P. N. Exon Smith1-31/+24
2021-10-25Basic: Stop using expectedToOptional() in FileManagerTest, NFCDuncan P. N. Exon Smith1-6/+8
2021-09-01VFS: Document goals of 'use-external-name' and related logic, NFCDuncan P. N. Exon Smith1-3/+3
2020-10-30Reapply "FileManager: Improve the FileEntryRef API and customize its Optional...Duncan P. N. Exon Smith1-0/+52
2020-10-30Revert "FileManager: Improve the FileEntryRef API and customize its OptionalS...Duncan P. N. Exon Smith1-52/+0
2020-10-30FileManager: Improve the FileEntryRef API and customize its OptionalStorageDuncan P. N. Exon Smith1-0/+52
2020-10-27FileManager: Shrink FileEntryRef to the size of a pointerDuncan P. N. Exon Smith1-12/+31
2020-10-20FileManager: Test FileManager::getFileRefDuncan P. N. Exon Smith1-5/+70
2019-08-30ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith1-0/+50
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-11/+11
2019-08-01Fix Windows branch of FileManagerTest changesHarlan Haskins1-1/+1
2019-08-01Fix use-after-move in ClangBasicTestsHarlan Haskins1-1/+1
2019-08-01[clang] Adopt new FileManager error-returning APIsHarlan Haskins1-6/+16
2019-08-01[clang] Adopt llvm::ErrorOr in FileManager methodsHarlan Haskins1-37/+45
2019-04-16[FileSystemStatCache] Update test for new FileSystemStatCache APIHarlan Haskins1-5/+6
2019-03-05Replace clang::FileData with llvm::vfs::StatusHarlan Haskins1-12/+11
2019-02-18[clang][test] Fix FileManagerTest.getFileDontOpenRealPath for WindowsJan Korous1-6/+10
2019-02-18Reland "[clang][FileManager] fillRealPathName even if we aren't opening the f...Jan Korous1-0/+29
2019-02-15Revert r354075 "[clang][FileManager] fillRealPathName even if we aren't openi...Reid Kleckner1-14/+0
2019-02-14[clang][FileManager] fillRealPathName even if we aren't opening the fileJan Korous1-0/+14
2019-01-24[FileManager] Revert r347205 to avoid PCH file-descriptor leak.Sam McCall1-27/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-21Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz1-19/+10
2018-12-07[tests] Fix the FileManagerTest getVirtualFile test on WindowsStella Stamenova1-8/+20
2018-11-30Expect mixed path separators in FileManagerTest when resolving paths on Win32Matthew Voss1-1/+1
2018-11-30[clang] Fix rL348006 for windowsKadir Cetinkaya1-1/+8
2018-11-30[clang] Fill RealPathName for virtual files.Kadir Cetinkaya1-7/+18
2018-11-20Ensure FileManagerTest expects "\\" as path separator on Windows platformsMatthew Voss1-0/+4
2018-11-19[FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall1-0/+27
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-5/+5
2018-07-24[Test commit] Fix a spelling error.Jiading Gai1-1/+1
2018-04-30IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber1-1/+0
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber1-7/+7
2017-08-02Use VFS operations in FileManager::makeAbsolutePath.Ilya Biryukov1-0/+27
2017-03-28FileManager: mark virtual file entries as valid entriesErik Verbruggen1-2/+50