summaryrefslogtreecommitdiffstats
path: root/clang/docs/CommandGuide
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2020-01-20 16:34:09 -0800
committerHans Wennborg <hans@chromium.org>2020-01-23 20:13:31 +0100
commitb079266dcb6d1ee6446d074ebd1d212a13ce0665 (patch)
treed7fd358703dfb9a8eed33a39b02c0fa4dc5f3648 /clang/docs/CommandGuide
parent318677e78def0023d210a29f4b3cf648e02f9fdc (diff)
downloadbcm5719-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.rst11
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
OpenPOWER on IntegriCloud