Mészáros Gergely f3c7744579
[Clang][Sema] Fix -Whigher-precision-for-complex-division (#131477)
- Fix false positive when divisor is a real number.
- Fix false negative when divident is real, but divisor is complex.
- Fix false negative when due to promotion the division is performed in
higher precision than the divident.
- Fix false negative in divide and assign (`a /= b`).

Fixes: #131127

---------

Co-authored-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
2025-04-16 08:02:42 +02:00
..
2025-03-29 20:54:15 +01:00
2025-04-10 20:40:43 +02:00
2025-03-29 20:54:15 +01:00

See llvm/docs/README.txt