[clang] ea3a870 - Fix the clang sphinx bot
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 1 04:31:36 PDT 2023
Author: Aaron Ballman
Date: 2023-05-01T07:31:03-04:00
New Revision: ea3a8700328050a4dec29904b2c72d53a3be0660
URL: https://github.com/llvm/llvm-project/commit/ea3a8700328050a4dec29904b2c72d53a3be0660
DIFF: https://github.com/llvm/llvm-project/commit/ea3a8700328050a4dec29904b2c72d53a3be0660.diff
LOG: Fix the clang sphinx bot
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/43478
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 9f3dcb1cee419..f62350f33013c 100644
--- 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.
}];
}
More information about the cfe-commits
mailing list