[libclang] Remove redundant return statements in CXType.cpp
authorEmilio Cobos Alvarez <emilio@crisal.io>
Wed, 1 Mar 2023 06:29:11 +0000 (07:29 +0100)
committerserge-sans-paille <sguelton@mozilla.com>
Wed, 1 Mar 2023 06:29:11 +0000 (07:29 +0100)
commit5c943e36881815807e0f52743eabe785bf24e2db
treef61b80b1db3489530bc5bddd08d864e7d7b841a2
parentf69baa419a63039e36587cf608c04077c6d9cc88
[libclang] Remove redundant return statements in CXType.cpp

Let the branch fall through the error path like other functions here do.

Differential Revision: https://reviews.llvm.org/D140074
clang/tools/libclang/CXType.cpp