[Driver, CodeGen] rename options to disable an FP cast optimization
authorSanjay Patel <spatel@rotateright.com>
Mon, 30 Apr 2018 18:19:03 +0000 (18:19 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 30 Apr 2018 18:19:03 +0000 (18:19 +0000)
commitc81450e29b0072e1702704e26cc6083c43a6bfc3
tree29273fa5ff159fdde3ad208db9ec2a53f720b652
parent3c35408e487b6c364df14447d3096766936a2817
[Driver, CodeGen] rename options to disable an FP cast optimization

As suggested in the post-commit thread for rL331056, we should match these
clang options with the established vocabulary of the corresponding sanitizer
option. Also, the use of 'strict' is well-known for these kinds of knobs,
and we can improve the descriptive text in the docs.

So this intends to match the logic of D46135 but only change the words.
Matching LLVM commit to match this spelling of the attribute to follow shortly.

Differential Revision: https://reviews.llvm.org/D46236

llvm-svn: 331209
clang/docs/ReleaseNotes.rst
clang/docs/UsersManual.rst
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/CGCall.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/no-junk-ftrunc.c
clang/test/Driver/fast-math.c