jingham marked an inline comment as done. jingham added inline comments.
================ Comment at: lldb/source/Plugins/Language/ObjC/Cocoa.cpp:303 + return false; + count = llvm::popcount(bitfield); + break; ---------------- bulbazord wrote: > This clobbers the previously set `count` on line 294. What of that `count`? Oh, that's me saying it was bad to use a variable called `count` when it should be `bitfield`, adding the new one and then forgetting to delete the count version. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157022/new/ https://reviews.llvm.org/D157022 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits