diff options
author | Rui Ueyama <ruiu@google.com> | 2018-02-20 21:08:47 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-02-20 21:08:47 +0000 |
commit | c03c9040aa456d521e34dae83a984f4e43645cd9 (patch) | |
tree | 8960f58dca4a8ee657be4d3d5e2dac90115921d2 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 78f766a9aa79fad9dc2affc018d7476e2f9d6685 (diff) | |
download | bcm5719-llvm-c03c9040aa456d521e34dae83a984f4e43645cd9.tar.gz bcm5719-llvm-c03c9040aa456d521e34dae83a984f4e43645cd9.zip |
Use more early returns in SymbolTable.cpp.
I think if statements that end with return is easier to read than
cascaded if-else-if-else-if statements because it makes clear that
execution of a function terminates there. This patch also adds more
blank lines to separate code blocks to meaningful pieces.
Differential Revision: https://reviews.llvm.org/D43517
llvm-svn: 325625
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions