================
@@ -38,7 +38,7 @@ Expected<int> OutputRedirector::GetWriteFileDescriptor() {
return m_fd;
}
-Error OutputRedirector::RedirectTo(std::FILE *file_override,
+Error OutputRedirector::RedirectTo(std::FILE *fileOverride,
----------------
JDevlieghere wrote:
But now this doesn't conform to lldb's coding style :( Why not change line
59-60 to `file_override`?
https://github.com/llvm/llvm-project/pull/130186
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits