[clang] [Clang][Sema] Fix -Whigher-precision-for-complex-division (PR #131477)

Mészáros Gergely via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 14 23:23:26 PDT 2025


================
@@ -349,6 +349,17 @@ Improvements to Clang's diagnostics
 - Now correctly diagnose a tentative definition of an array with static
   storage duration in pedantic mode in C. (#GH50661)
 
+- ``-Whigher-precisision-for-complex-divison`` no longer incorrectly warns when the divisor is real
----------------
Maetveis wrote:

Thanks, applied!

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


More information about the cfe-commits mailing list