[clang] [static analyzer] Fix crash on parenthesized expression in assume attribute (PR #151682)

Iris Shi via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 1 03:54:19 PDT 2025


================
@@ -148,6 +148,8 @@ Bug Fixes to Attribute Support
 
 - ``[[nodiscard]]`` is now respected on Objective-C and Objective-C++ methods.
   (#GH141504)
+- Fixed a crash in the static analyzer that when the expression in an 
+  ``[[assume(expr)]]`` attribute was enclosed in parentheses.  (#GH151529)
----------------
el-ev wrote:

Updated, thanks.

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


More information about the cfe-commits mailing list