diff options
author | Richard Smith <richard@metafoo.co.uk> | 2020-08-16 15:44:51 -0700 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2020-08-16 15:44:51 -0700 |
commit | ae500e4d0964adea69372d083416b0f13e9a87eb (patch) | |
tree | 969a335233779c5c2f295b74f1c20908ae7260d1 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ae3067055b33f6ab5657fbae5845cc743b91c299 (diff) | |
download | llvm-ae500e4d0964adea69372d083416b0f13e9a87eb.zip llvm-ae500e4d0964adea69372d083416b0f13e9a87eb.tar.gz llvm-ae500e4d0964adea69372d083416b0f13e9a87eb.tar.bz2 |
Always keep unset fields in FPOptionsOverride zeroed.
There are three fields that the FPOptions default constructor sets to
non-zero values; those fields previously could have been zero or
non-zero depending on whether they'd been explicitly removed from the
FPOptionsOverride set. However, that doesn't seem to ever actually
happen, so this is NFC, except that it makes the AST file representation
of FPOptionsOverride make more sense.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions