Files
llvm-project/lldb/source/Breakpoint/WatchpointOptions.cpp
Jonas Devlieghere ab0fa6c5dc [lldb] Fix else-after-return in Breakpoint (NFC)
The LLVM Coding Standards [1] discourages the use of 'else' or 'else if'
after something that interrupts control flow. Bulk fix all instances as
I'm working on this part of LLDB.

[1] https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return
2025-07-02 12:07:20 -07:00

5.6 KiB