[clang] [Clang] fix range calculation for conditionals with throw expressions (PR #112081)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 11:53:18 PDT 2024
================
@@ -9582,8 +9582,10 @@ static QualType GetExprType(const Expr *E) {
/// particular, assume that arithmetic on narrower types doesn't leave
/// those types. If \c false, return a range including all possible
/// result values.
----------------
a-tarasyuk wrote:
@erichkeane thanks for the feedback. I've updated the comment.
https://github.com/llvm/llvm-project/pull/112081
More information about the cfe-commits
mailing list