[PATCH] D101696: [Matrix] Implement C-style explicit type conversions in CXX for matrix types

Sjoerd Meijer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 7 00:38:32 PDT 2021


SjoerdMeijer added a comment.

In D101696#2800790 <https://reviews.llvm.org/D101696#2800790>, @SaurabhJha wrote:

> In D101696#2798713 <https://reviews.llvm.org/D101696#2798713>, @SjoerdMeijer wrote:
>
>> Perhaps for bonus points, update the Clang documentation in https://clang.llvm.org/docs/LanguageExtensions.html#matrix-types with some examples?
>
> Can you please point me to how to submit patches to the documentation? I could only find links like https://clang.llvm.org/hacking.html which talk about code patches. Many thanks.

It works exactly the same as other patches. I think the file you're interested in is `llvm-project/clang/docs/LanguageExtensions.rst`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101696/new/

https://reviews.llvm.org/D101696



More information about the cfe-commits mailing list