[clang] [clang] Fixed a crash when explicitly casting between atomic complex types (PR #172210)

via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 14 11:24:10 PST 2025


================
@@ -800,6 +800,7 @@ Crash and bug fixes
   containing a single colon. (#GH167905)
 - Fixed a crash when parsing malformed #pragma clang loop vectorize_width(4,8,16)
   by diagnosing invalid comma-separated argument lists. (#GH166325)
+- Fixed a crash when explicitly casting between atomic complex types. (#GH172208)
----------------
100000001 wrote:

To me this reads like the crash only occurs if both source and destination are atomic complex types, but I think the crash occurs when either source or destination are atomic complex. Maybe something like:
"Fixed a crash when explicitly casting a complex type to or from an atomic complex type."?

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


More information about the cfe-commits mailing list