summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/varargs.c
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we evaluate VLA bounds if a variably-modified type is used as theRichard Smith2014-04-141-2/+8
| | | | | | | argument to __builtin_va_arg. Patch by Rahul Jain, some test massaging and IR emission order changes by me. llvm-svn: 206223
* Check for non-POD vararg argument type after default argument promotion, notRichard Smith2012-06-271-1/+7
| | | | | | before, so we don't incorrectly think arguments of function type are non-POD. llvm-svn: 159290
* fix PR6433, crash on va_arg of typedef.Chris Lattner2010-03-111-0/+11
llvm-svn: 98264
OpenPOWER on IntegriCloud