[clang] [clang] use ArrayTypeTraitExpr::getType as value type (PR #113186)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 11:29:09 PDT 2024


================
@@ -439,6 +439,7 @@ Bug Fixes in This Version
 - Fixed a crash when trying to transform a dependent address space type. Fixes #GH101685.
 - Fixed a crash when diagnosing format strings and encountering an empty
   delimited escape sequence (e.g., ``"\o{}"``). #GH102218
+- Fixed a crash when the result of ``__array_rank`` is used as operand for bit operation. (#GH113044).
----------------
efriedma-quic wrote:

```suggestion
- Fixed a crash using ``__array_rank`` on 64-bit targets. (#GH113044).
```

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


More information about the cfe-commits mailing list