projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896af9e
)
Fix the clang sphinx bot
author
Aaron Ballman
<aaron@aaronballman.com>
Mon, 1 May 2023 11:31:03 +0000
(07:31 -0400)
committer
Aaron Ballman
<aaron@aaronballman.com>
Mon, 1 May 2023 11:31:03 +0000
(07:31 -0400)
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/43478
clang/include/clang/Basic/AttrDocs.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/AttrDocs.td
b/clang/include/clang/Basic/AttrDocs.td
index 9f3dcb1cee41906c00a0b2b5bf3c6ecb18e1eb37..f62350f33013ca9d03975767d1c023fde0119a99 100644
(file)
--- a/
clang/include/clang/Basic/AttrDocs.td
+++ b/
clang/include/clang/Basic/AttrDocs.td
@@
-2344,7
+2344,7
@@
The attribute will be rejected unless
is enabled under the ``-mrvv-vector-bits`` flag. ``__riscv_v_fixed_vlen`` can
only be a power of 2 between 64 and 65536.
-Only `
*m1_t`
(LMUL=1) types are supported at this time.
+Only `
`*m1_t``
(LMUL=1) types are supported at this time.
}];
}