[PATCH] D72097: [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner annotations
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 3 16:37:34 PST 2020
xazax.hun marked 2 inline comments as done.
xazax.hun added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:4619
This attribute may be used by analysis tools and has no effect on code
-generation.
+generation. A ``void`` argument means that the pointer cna point to any type.
----------------
Charusso wrote:
> `cna` typo
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72097/new/
https://reviews.llvm.org/D72097
More information about the cfe-commits
mailing list