[all-commits] [llvm/llvm-project] 9ddc01: [clang] Report erroneous floating point results in...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sat Jun 8 02:20:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ddc014f1a588608af1f08051d084c5839a41a80
      https://github.com/llvm/llvm-project/commit/9ddc014f1a588608af1f08051d084c5839a41a80
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-06-08 (Sat, 08 Jun 2024)

  Changed paths:
    M clang/lib/AST/ExprConstant.cpp
    M clang/test/SemaCXX/complex-folding.cpp

  Log Message:
  -----------
  [clang] Report erroneous floating point results in _Complex math (#90588)

Use handleFloatFloatBinOp to properly diagnose NaN results and divisions
by zero.

Fixes #84871



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list