[PATCH] D45383: Strip reference from a va_list object in C when merging parameter types.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 9 12:03:09 PDT 2018


efriedma added a comment.

> I believe it is permissible to implement va_copy and va_end as a function, isn't it?

I guess you could, in theory, but LLVM doesn't support any targets which do that.


Repository:
  rC Clang

https://reviews.llvm.org/D45383





More information about the cfe-commits mailing list