[clang] [Sema] Handle large shift counts in GetExprRange (PR #68590)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 9 08:46:25 PDT 2023


================
@@ -219,6 +219,10 @@ Bug Fixes in This Version
 - Clang no longer considers the loss of ``__unaligned`` qualifier from objects as
   an invalid conversion during method function overload resolution.
 
+- Fixed an issue when a shift count larger than ``__INT64_MAX__``, in a right
----------------
erichkeane wrote:

Is there an issue filed in the issue tracker for this bug?  

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


More information about the cfe-commits mailing list