[clang] [analyzer] Do not use APInt methods on _BitInt() Types (PR #65887)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 04:01:03 PDT 2023


https://github.com/DonatNagyE requested changes to this pull request.

I agree that it would be useful to systematically check the use of the `APSInt -> uint64_t` conversions, because it's likely that there are other ones that can lead to crashes.

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


More information about the cfe-commits mailing list