]> granicus.if.org Git - clang/commit
libclang: Use early-return to reduce indentation.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 13 Apr 2016 18:36:19 +0000 (18:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 13 Apr 2016 18:36:19 +0000 (18:36 +0000)
commitc23efc2b6df5cdfd1c55be83af6f6b67e7dc404c
tree29dac4de6ef23a100169846102a916d12d1fd127
parent1f3b3a14e3b3d01fac9bdf5b9498346ac5214679
libclang: Use early-return to reduce indentation.

& since I'll get blamed for all the lines anyway, remove some
else-after-return and otherwise tidy things up.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266224 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp