[Lldb-commits] [lldb] [lldb-dap] Correct the variable name from a half finished merge. (PR #130186)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 6 14:41:50 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list