[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)
commitf5ef70f4cdfee6db4297252dfd21d357ffc2f1fc
tree0f69612836af257624fa8057e27e77c9c107d2dc
parentd00eb8a651518f21231da87b5cd3498089ccd5a4
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331209 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
docs/UsersManual.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGCall.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/no-junk-ftrunc.c
test/Driver/fast-math.c