[all-commits] [llvm/llvm-project] 5c943e: [libclang] Remove redundant return statements in C...
Emilio Cobos Álvarez via All-commits
all-commits at lists.llvm.org
Tue Feb 28 22:30:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c943e36881815807e0f52743eabe785bf24e2db
https://github.com/llvm/llvm-project/commit/5c943e36881815807e0f52743eabe785bf24e2db
Author: Emilio Cobos Alvarez <emilio at crisal.io>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M clang/tools/libclang/CXType.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list