The UnaryOperator needs to know about #pragma FENV_ACCESS to eventually properly emit the constrained math intrinsics. This diff just gets the information about the pragma into that part of the AST.
The visible behavior of clang is unaffected and so this cannot yet be tested.
Why as the first one, and not after CanOverflow ...