Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure we evaluate VLA bounds if a variably-modified type is used as the | Richard Smith | 2014-04-14 | 1 | -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, not | Richard Smith | 2012-06-27 | 1 | -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 Lattner | 2010-03-11 | 1 | -0/+11 |
llvm-svn: 98264 |