[PATCH] D82316: [LangRef] Add `frozen` attribute to documentation
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 07:26:14 PDT 2020
nlopes added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1260
+ members smaller than their size, and scalars which were never initialized.
+
.. _gc:
----------------
What happens when this condition is violated? e.g., when one passes a poison value as argument? Do we get UB? (I think so, but it's worth to make it clear)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82316/new/
https://reviews.llvm.org/D82316
More information about the llvm-commits
mailing list