[clang] [llvm] [llvm][support] Implement tracing virtual file system (PR #88326)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 14:55:36 PDT 2024
================
@@ -2933,8 +2933,21 @@ recursive_directory_iterator::increment(std::error_code &EC) {
return *this;
}
+void TracingFileSystem::printImpl(raw_ostream &OS, PrintType Type,
----------------
jansvoboda11 wrote:
Good idea, implemented in the new commit.
https://github.com/llvm/llvm-project/pull/88326
More information about the cfe-commits
mailing list