summaryrefslogtreecommitdiffstats
path: root/test/Sema/varargs.c
Commit message (Expand)AuthorAgeFilesLines
* Don't claim that va_start has special semantic checksReid Kleckner2018-03-021-0/+9
* Simplify some va_start checking logicReid Kleckner2017-05-021-1/+1
* Reapply: Silence false positive diagnostics regarding passing an object of en...Aaron Ballman2016-09-151-1/+19
* Reverting r281609; it caused some build bots to break.Aaron Ballman2016-09-151-19/+1
* Silence false positive diagnostics regarding passing an object of enumeration...Aaron Ballman2016-09-151-1/+19
* Improve diagnostic checking for va_start to also warn on other instances of u...Aaron Ballman2016-04-241-4/+15
* Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman2016-04-181-5/+5
* Fixed bug in return type of __builtin_va_start().Enea Zaffanella2013-11-071-0/+7
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-1/+1
* Add diagnostic for constructs like "va_arg(l, float)" which have undefined be...Eli Friedman2011-07-111-0/+9
* Properly diagnose using abstract and incomplete types in va_argDavid Majnemer2011-06-141-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* PR2524: downgrade taking address of expression of type 'void' to an Eli Friedman2009-05-031-1/+1
* Add a warning for questionable va_args usage.Chris Lattner2009-04-051-6/+0
* GCC compatibility: gcc allows applying va_args to const Chris Lattner2009-04-051-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-valueDaniel Dunbar2009-02-121-0/+8
* Fix for PR3350: add special-casing for "references" to va_lists in Eli Friedman2009-01-201-0/+9
* Make error handling for va_start a bit more robust. Fixes PR3213.Eli Friedman2008-12-151-0/+9
* Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd h...Chris Lattner2008-11-161-0/+9
* Fix va_arg handling to do argument decaying at the correct place. ThisChris Lattner2008-09-291-1/+2
* Get rid of bogus warnings when the second argument in va_start is either an i...Anders Carlsson2008-02-111-0/+8
* Add some more diagnostics for va_start, fix tests so they pass with these new...Anders Carlsson2007-10-121-0/+18