aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/VirtualFileSystem.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-5/+2
2017-03-11Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka1-2/+5
2017-03-10Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-5/+2
2017-03-10Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka1-2/+5
2017-03-10[VFS] Remove the Path variable from RealFSDirIter. NFC.Juergen Ributzka1-3/+1
2017-03-10[VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka1-5/+2
2017-01-24Replace use of chdir with llvm::sys::fs::set_current_pathPavel Labath1-12/+1
2016-12-22[CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes1-3/+44
2016-11-09[VFS] Replace TimeValue usage with std::chronoPavel Labath1-13/+14
2016-08-12Reapply [VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes1-8/+26
2016-08-12Revert "[VFS] Skip non existent files from the VFS tree"Bruno Cardoso Lopes1-26/+8
2016-08-12[VFS] Skip non existent files from the VFS treeBruno Cardoso Lopes1-8/+26
2016-08-12[VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes1-2/+24
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh1-4/+12
2016-06-13Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh1-12/+4
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh1-4/+12
2016-06-12Add some std::move where the value is only read otherwise.Benjamin Kramer1-3/+4
2016-06-04Revert commit r271708Taewook Oh1-12/+4
2016-06-03Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh1-4/+12
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-3/+4
2016-05-12[VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-1/+80
2016-05-12Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes1-80/+1
2016-05-12[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-1/+80
2016-05-11Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva1-80/+1
2016-05-10[VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes1-1/+80
2016-05-06[VFS] Add dump methods to the VFS overlay treeBruno Cardoso Lopes1-0/+24
2016-04-13[CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes1-4/+9
2016-04-13[VFS] Move default values to in-class member initialization. NFCBruno Cardoso Lopes1-3/+3
2016-03-30[VFS] Handle empty entries in directory traversalBruno Cardoso Lopes1-8/+13
2016-03-26Check if a path is already absolute before trying to make it so.Bob Wilson1-0/+3
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-18/+95
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes1-95/+18
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-18/+95
2016-03-17Reapply [2]: [VFS] Add support for handling path traversalsBruno Cardoso Lopes1-16/+64
2016-03-16Revert r263617, "Reapply: [VFS] Add support for handling path traversals"NAKAMURA Takumi1-64/+16
2016-03-16Reapply: [VFS] Add support for handling path traversalsBruno Cardoso Lopes1-16/+64
2016-03-04[VFS] Switch from close to SafelyCloseFileDescriptorDavid Majnemer1-13/+3
2016-02-23Revert "[VFS] Add support for handling path traversals"Bruno Cardoso Lopes1-39/+15
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes1-98/+19
2016-02-22[VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-19/+98
2016-02-22[VFS] Add support for handling path traversalsBruno Cardoso Lopes1-15/+39
2016-01-09[vfs] Normalize working directory if requested.Benjamin Kramer1-0/+17
2015-12-10[VFS] Fix status() of opened redirected fileBen Langmuir1-22/+28
2015-11-30Use std::begin() and std::end() instead of doing the same manually. NFCCraig Topper1-4/+2
2015-11-09Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky1-2/+2
2015-10-20Roll-back r250822.Angel Garcia Gomez1-5/+5
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-5/+5
2015-10-12[VFS] Let the user decide if they want path normalization.Benjamin Kramer1-16/+30
2015-10-12[VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer1-8/+11
2015-10-12[VFS] remove handling of '..' for now.Benjamin Kramer1-2/+2