diff options
| author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2020-01-20 16:34:09 -0800 |
|---|---|---|
| committer | Hans Wennborg <hans@chromium.org> | 2020-01-23 20:13:31 +0100 |
| commit | b079266dcb6d1ee6446d074ebd1d212a13ce0665 (patch) | |
| tree | d7fd358703dfb9a8eed33a39b02c0fa4dc5f3648 /clang/docs/CommandGuide | |
| parent | 318677e78def0023d210a29f4b3cf648e02f9fdc (diff) | |
| download | bcm5719-llvm-b079266dcb6d1ee6446d074ebd1d212a13ce0665.tar.gz bcm5719-llvm-b079266dcb6d1ee6446d074ebd1d212a13ce0665.zip | |
Revert "PR17164: Change clang's default behavior from -flax-vector-conversions=all to -flax-vector-conversions=integer."
This patch broke the Sanitizer buildbots. Please see the commit's
differential revision for more information
(https://reviews.llvm.org/D67678).
This reverts commit b72a8c65e4e34779b6bc9e466203f553f5294486.
(cherry picked from commit edd4398f4cd33a305afbca76ac4e6590e9337f4d)
Diffstat (limited to 'clang/docs/CommandGuide')
| -rw-r--r-- | clang/docs/CommandGuide/clang.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 6947450beb4..7b0873600fc 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -278,18 +278,9 @@ Language Selection and Mode Options Make all string literals default to writable. This disables uniquing of strings and other optimizations. -.. option:: -flax-vector-conversions, -flax-vector-conversions=<kind>, -fno-lax-vector-conversions +.. option:: -flax-vector-conversions Allow loose type checking rules for implicit vector conversions. - Possible values of <kind>: - - - ``none``: allow no implicit conversions between vectors - - ``integer``: allow implicit bitcasts between integer vectors of the same - overall bit-width - - ``all``: allow implicit bitcasts between any vectors of the same - overall bit-width - - <kind> defaults to ``integer`` if unspecified. .. option:: -fblocks |

