Skip to content

Commit 2735f5a

Browse files
committed
[lldb] Use if-with-initializer pattern in SBTarget (NFC)
Use the if statement with an initializer pattern that's very common in LLVM in SBTarget. Every time someone adds a new method to SBTarget, I want to encourage using this pattern, but I don't because it would be inconsistent with the rest of the file. This solves that problem by switching over the whole file.
1 parent ff7bb17 commit 2735f5a

File tree

1 file changed

+360
-441
lines changed

1 file changed

+360
-441
lines changed

0 commit comments

Comments
 (0)