[PATCH] D106005: [Docs] Define matrix initialisation in MatrixTypes documentation

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 20 02:57:02 PDT 2021


fhahn added inline comments.


================
Comment at: clang/docs/MatrixTypes.rst:271
+---------------------
+An empty value of a matrix type M can be initialised using this syntax:
+
----------------
is there a reason we need to allow 'empty' initialisation? What does it mean? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106005



More information about the cfe-commits mailing list