[clang] [clang]Avoid to check created local variable multiple time when evaluating (PR #69106)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 16 02:25:00 PDT 2023
================
@@ -393,6 +393,9 @@ Bug Fixes in This Version
operator in C. No longer issuing a confusing diagnostic along the lines of
"incompatible operand types ('foo' and 'foo')" with extensions such as matrix
types. Fixes (`#69008 <https://github.com/llvm/llvm-project/issues/69008>`_)
+- Fix a crash when evaluating comparasion between the field from the same variable
----------------
Fznamznon wrote:
a typo
```suggestion
- Fix a crash when evaluating comparison between the field from the same variable
```
https://github.com/llvm/llvm-project/pull/69106
More information about the cfe-commits
mailing list