This is an archive of the discontinued LLVM Phabricator instance.

[clang] Remove -Wexperimental-float-control.
ClosedPublic

Authored by rupprecht on Dec 18 2019, 12:13 PM.

Details

Summary

Per D62731, the behavior of clang with -frounding-math is no worse than when the rounding flag was completely ignored, so remove this unnecessary warning.

Diff Detail

Event Timeline

rupprecht created this revision.Dec 18 2019, 12:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 18 2019, 12:13 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

thanks for taking care of this. looks good to me

mibintc accepted this revision.Dec 18 2019, 12:19 PM
This revision is now accepted and ready to land.Dec 18 2019, 12:19 PM

Unit tests: fail. 60990 tests passed, 1 failed and 727 were skipped.

failed: lit.lit/shtest-format.py

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

This revision was automatically updated to reflect the committed changes.