aboutsummaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2024-01-25 19:19:28 -0800
committerTom Stellard <tstellar@redhat.com>2024-01-31 22:56:47 -0800
commitd3aeedcd47cb9ac29769716c1eed6d5b80b45728 (patch)
treeba55c07e6b6d7db12efa70ef1d75d08993d6519d /clang
parentf4e5ce059eb4f04788e0c8391dc565b6aab952dc (diff)
downloadllvm-d3aeedcd47cb9ac29769716c1eed6d5b80b45728.zip
llvm-d3aeedcd47cb9ac29769716c1eed6d5b80b45728.tar.gz
llvm-d3aeedcd47cb9ac29769716c1eed6d5b80b45728.tar.bz2
[Docs] Fix documentation build.
Missing ending `` after c92ad411f2f94d8521cd18abcb37285f9a390ecb
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 45d1ab3..2f4fe8b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1227,7 +1227,7 @@ RISC-V Support
- Default ABI with F but without D was changed to ilp32f for RV32 and to lp64f
for RV64.
-- ``__attribute__((rvv_vector_bits(N))) is now supported for RVV vbool*_t types.
+- ``__attribute__((rvv_vector_bits(N)))`` is now supported for RVV vbool*_t types.
CUDA/HIP Language Changes
^^^^^^^^^^^^^^^^^^^^^^^^^