Author: Brandon Wu Date: 2024-07-30T21:04:57+08:00 New Revision: 26ca7820ebe06369227efaa282fb2ac96c5aa74a
URL: https://github.com/llvm/llvm-project/commit/26ca7820ebe06369227efaa282fb2ac96c5aa74a DIFF: https://github.com/llvm/llvm-project/commit/26ca7820ebe06369227efaa282fb2ac96c5aa74a.diff LOG: [NFC][clang] Fix typo of `riscv_rvv_vector_bits` in AttrDocs (#101046) 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 b5d468eb5ec95..4b8d520d73893 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -2453,7 +2453,7 @@ For example: typedef vint8m1_t fixed_vint8m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); #endif -Creates a type ``fixed_vint8m1_t_t`` that is a fixed-length variant of +Creates a type ``fixed_vint8m1_t`` that is a fixed-length variant of ``vint8m1_t`` that contains exactly 512 bits. Unlike ``vint8m1_t``, this type can be used in globals, structs, unions, and arrays, all of which are unsupported for sizeless types. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits