[PATCH] D46236: [Driver, CodeGen] rename options to disable an FP cast optimization
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 29 12:49:16 PDT 2018
rsmith added inline comments.
================
Comment at: docs/ReleaseNotes.rst:96
+ type, the code has undefined behavior according to the language standard.
+ Clang will not guarantee any particular result in that case. With the
+ 'no-strict' option, Clang attempts to match the overflowing behavior of
----------------
Add "By default" to the start of this sentence.
https://reviews.llvm.org/D46236
More information about the cfe-commits
mailing list