Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d227fe7ee0af4f96b96598d9b98bff66a25d06a2
/
test
/
Sema
/
varargs.c
adadd8d
Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-value
by Daniel Dunbar
· 16 years ago
6597f98
Fix for PR3350: add special-casing for "references" to va_lists in builtins.
by Eli Friedman
· 16 years ago
56f20ae
Make error handling for va_start a bit more robust. Fixes PR3213.
by Eli Friedman
· 16 years ago
58ace88
Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers.
by Chris Lattner
· 16 years ago
f77d545
Fix va_arg handling to do argument decaying at the correct place. This
by Chris Lattner
· 16 years ago
88cf226
Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr.
by Anders Carlsson
· 17 years ago
6eda8c9
Add some more diagnostics for va_start, fix tests so they pass with these new diags.
by Anders Carlsson
· 17 years ago