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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 9 05:57:54 PDT 2018


erichkeane added a comment.

In https://reviews.llvm.org/D45383#1060354, @efriedma wrote:

> How could this patch possibly affect vprintf?


vprintf is defined in the builtins.def file, and other than our messages considering it a 'library function', it is otherwise identical.


Repository:
  rC Clang

https://reviews.llvm.org/D45383





More information about the cfe-commits mailing list