[Lldb-commits] [PATCH] D131294: [LLDB][NFC] Reliability fixes to TCPSocket code

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 10:13:31 PDT 2022


jingham added a comment.

We don't use the constant first so you don't accidentally use "=" rather than "==" convention anywhere else in lldb, so it looks weird here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131294/new/

https://reviews.llvm.org/D131294



More information about the lldb-commits mailing list