.. title:: clang-tidy - readability-else-after-return

readability-else-after-return
=============================


Flags the usages of ``else`` after ``return``.

http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return
