diff options
author | Steve Naroff <snaroff@apple.com> | 2007-08-31 00:32:44 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-08-31 00:32:44 +0000 |
commit | 711602bb16b25fd29b951193a5f8bcc8d7def56e (patch) | |
tree | aab259e815ee76b523b57e0b0e8191b2cce5176f /CodeGen/CodeGenFunction.h | |
parent | 42471f8bc6c1179a54941fac3c483ec1bd319436 (diff) |
Sema::ParseCastExpr() missing call to UsualUnaryConversions().
The following case now works...
void empty(void * a ) {}
void test()
{
unsigned char A[4];
empty( (void *) A);
}
Thanks to Patrick Flannery for finding this...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41630 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions