[Lldb-commits] [lldb] [lldb] Bring more warnings in compliance with our coding standards (PR #191214)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 10 07:16:18 PDT 2026


DavidSpickett wrote:

I added an assert to `CommandReturnObject::AppendWarning` and found a few more:
```
  lldb-shell :: Commands/command-disassemble.s
  lldb-shell :: Driver/LocalLLDBInit.test
```
I'm not sure whether it's a good idea to actually add asserts, but if you're looking for ways to flush out the less obvious ones.

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


More information about the lldb-commits mailing list