[PATCH] D81311: [RFC] LangRef: Define inmem parameter attribute

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 18:27:18 PDT 2020


efriedma added a comment.

I think the important bit here is that we need to distinguish between the C function types `void f(A)` and `void f(A*)`.  If they're both lowered to pointers with the same type, we need an attribute to distinguish them.


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

https://reviews.llvm.org/D81311





More information about the cfe-commits mailing list