[clang] [analyzer] Fix crash in BasicValueFactory.cpp with __int128_t integers (PR #67212)

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


https://github.com/DonatNagyE commented:

Good commit! I was suspicious at first because `getBitWidth()` tends to be problematic, but I couldn't find any concrete case where the new code behaves incorrectly.

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


More information about the cfe-commits mailing list