[Lldb-commits] [lldb] [lldb] Remove some unreachable code (NFC) (PR #190529)

Sergei Barannikov via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 6 04:13:58 PDT 2026


s-barannikov wrote:

There is no pattern. I'm doing extensive changes to lldb downstream, some areas require more attention than others, something catches my eye I send a fix.

Since you asked, I'm trying to make `addr_t` "type-safe" so that you can only add or subtract a type-safe `size_t` to/from it (guess why), so I literally have to touch every file. I disabled most of the plugins irrelevant to my target, but it is still around ~256 changed files. These changes will of course not go into the production (I'll drown in merge conflicts otherwise), they are just to locate all the places where "type safety" is violated.


https://github.com/llvm/llvm-project/pull/190529


More information about the lldb-commits mailing list