aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-02-16[FileCollector] Fix that the file system case-sensitivity check was invertedRaphael Isemann1-2/+2
2021-01-25Support: Remove duplicated code in {File,clang::ModulesDependency}Collector, NFCDuncan P. N. Exon Smith1-31/+51
2021-01-22ADT: Use 'using' to inherit assign and append in SmallStringDuncan P. N. Exon Smith1-3/+4
2020-10-19[FileCollector] Move interface into FileCollectorBase (NFC)Jonas Devlieghere1-13/+16
2020-08-17[llvm] Don't create the directory hierarchy in the FileCollector...Jonas Devlieghere1-8/+12
2020-06-27FileCollector.h - reduce Twine.h include to forward declaration. NFC.Simon Pilgrim1-0/+1
2020-04-29[FileCollector] move Root creationJan Korous1-1/+5
2020-04-28[FileCollector] Lock Mutex in copyFilesJan Korous1-0/+2
2020-03-30Re-land "[FileCollector] Add a method to add a whole directory and it contents."Jonas Devlieghere1-22/+34
2020-03-27Revert "[FileCollector] Add a method to add a whole directory and it contents."Jonas Devlieghere1-34/+22
2020-03-27[FileCollector] Add a method to add a whole directory and it contents.Jonas Devlieghere1-22/+34
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-29[FileCollector] Add a VFS that records FS accesses using the FileCollectorAlex Lorenz1-0/+79
2019-07-25[FileCollector] add support for recording empty directoriesAlex Lorenz1-6/+19
2019-07-25[FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere1-80/+79
2019-07-24[Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz1-0/+177