[clang] NFC: Remove else-after-return pattern from some files
authorKirill Bobyrev <kbobyrev@google.com>
Mon, 25 Jan 2021 10:09:56 +0000 (11:09 +0100)
committerKirill Bobyrev <kbobyrev@google.com>
Mon, 25 Jan 2021 10:14:17 +0000 (11:14 +0100)
commitc8d2ae52c15b4c886e70587cbc3f61aaa7bd6692
tree6728e80d2a6c40836b04aafc5f596bdddef723cf
parent9c89dcf80736a7c0710dc4c237ec35f0687e1efd
[clang] NFC: Remove else-after-return pattern from some files

Follow-up on D95336. A bunch of these cases were found manually, the
rest made sense to be included to eliminate llvm-else-after-return
Clang-Tidy warnings.
clang/include/clang/AST/ASTContext.h
clang/lib/AST/Decl.cpp
clang/lib/AST/DeclBase.cpp
clang/lib/AST/Expr.cpp