Skip to content
Commit 2b01d508 authored by Richard Smith's avatar Richard Smith
Browse files

UBSan: Don't diagnose inf/nan conversions between floating-point types. It's...

UBSan: Don't diagnose inf/nan conversions between floating-point types. It's far from clear whether these have undefined behavior, and these checks are helping no-one. Keep the double->float overflow warnings, though, since those are useful in practice, even though it's unclear whether such operations have defined behavior.

llvm-svn: 178194
parent d6be4bf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment