[clang] [analyzer] Fix crash in BasicValueFactory.cpp with __int128_t integers (PR #67212)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 06:45:01 PDT 2023
================
@@ -208,6 +208,14 @@ Other Changes
fully stripped); :doc:`llvm-symbolizer <CommandGuide/llvm-symbolizer>` can
symbolize the markup afterwards using ``debuginfod``.
+* A few crashes have been found and fixed using randomized testing related
+ to the use of _BitInt() in tidy checks and in clang analysis. See
+ https://github.com/llvm/llvm-project/pull/67212,
+ https://github.com/llvm/llvm-project/pull/66782,
+ https://github.com/llvm/llvm-project/pull/65889,
+ https://github.com/llvm/llvm-project/pull/65888, and
+ https://github.com/llvm/llvm-project/pull/65887
+
----------------
vabridgers wrote:
addressed
https://github.com/llvm/llvm-project/pull/67212
More information about the cfe-commits
mailing list