llvm-project
2a78c6d4 - [lldb] Fix warning: suggest explicit braces to avoid ambiguous ‘else’

Commit
190 days ago
[lldb] Fix warning: suggest explicit braces to avoid ambiguous ‘else’ According to the LLVM Style Guide we don't need braces because it's a single-line, but it looks like the macro expands to code that includes a potentially ambiguous "else". Use braces to silence the warning.
Author
Committer
Parents
Loading