[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
Fri Apr 6 14:13:57 PDT 2018


erichkeane added a comment.

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

> By "builtins" I meant specifically the stuff that that user code isn't allowed to declare, like __builtin_*, since they often have weird/incomplete signatures.


Unfortunately, the problem shows in vprintf as well, not just __builtin functions.  So that would solve the original bug report, but not the rest of the similar issues.


Repository:
  rC Clang

https://reviews.llvm.org/D45383





More information about the cfe-commits mailing list