This revision was automatically updated to reflect the committed changes. Closed by commit rG4a27ddd42333: Remove 3-byte characters causing clang-tblgen to get I/O error. (authored by zibi).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152016/new/ https://reviews.llvm.org/D152016 Files: clang/include/clang/Basic/AttrDocs.td Index: clang/include/clang/Basic/AttrDocs.td =================================================================== --- clang/include/clang/Basic/AttrDocs.td +++ clang/include/clang/Basic/AttrDocs.td @@ -6559,7 +6559,7 @@ The ``__arm_streaming`` keyword is only available on AArch64 targets. It applies to function types and specifies that the function has a -“streaming interface”. This means that: +"streaming interface". This means that: * the function requires the Scalable Matrix Extension (SME) @@ -6578,7 +6578,7 @@ that switches into streaming mode before calling the function and switches back to non-streaming mode on return. -``__arm_streaming`` can appear anywhere that a standard ``[[…]]`` type +``__arm_streaming`` can appear anywhere that a standard ``[[...]]`` type attribute can appear. See `Arm C Language Extensions <https://github.com/ARM-software/acle>`_
Index: clang/include/clang/Basic/AttrDocs.td =================================================================== --- clang/include/clang/Basic/AttrDocs.td +++ clang/include/clang/Basic/AttrDocs.td @@ -6559,7 +6559,7 @@ The ``__arm_streaming`` keyword is only available on AArch64 targets. It applies to function types and specifies that the function has a -âstreaming interfaceâ. This means that: +"streaming interface". This means that: * the function requires the Scalable Matrix Extension (SME) @@ -6578,7 +6578,7 @@ that switches into streaming mode before calling the function and switches back to non-streaming mode on return. -``__arm_streaming`` can appear anywhere that a standard ``[[â¦]]`` type +``__arm_streaming`` can appear anywhere that a standard ``[[...]]`` type attribute can appear. See `Arm C Language Extensions <https://github.com/ARM-software/acle>`_
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits