[clang] [Clang] fix range calculation for conditionals with throw expressions (PR #112081)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 10:17:45 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.
----------------
erichkeane wrote:

These comments need to be updated with the new params, and probably the 'try' ness of it.

https://github.com/llvm/llvm-project/pull/112081


More information about the cfe-commits mailing list