[PATCH] D72097: [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner annotations

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 3 16:27:50 PST 2020


Charusso 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.
 
----------------
`cna` typo


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

https://reviews.llvm.org/D72097





More information about the cfe-commits mailing list