aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
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