[all-commits] [llvm/llvm-project] 9860e6: Don't leave the FPOptions in a UnaryOperator unini...
Richard Smith via All-commits
all-commits at lists.llvm.org
Sun Aug 16 15:27:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9860e68450cd04ec2c53fe2dbcfab64a86c76673
https://github.com/llvm/llvm-project/commit/9860e68450cd04ec2c53fe2dbcfab64a86c76673
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-08-16 (Sun, 16 Aug 2020)
Changed paths:
M clang/lib/AST/Expr.cpp
A clang/test/PCH/determinism.cpp
Log Message:
-----------
Don't leave the FPOptions in a UnaryOperator uninitialized.
We don't appear to use these FPOptions for anything right now, but
they shouldn't be uninitialized because that makes our AST file output
nondeterministic.
More information about the All-commits
mailing list