commit | 31daee11becf75fc76ac6fec9e4f3e260b677532 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Tue Jan 29 02:42:22 2008 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Tue Jan 29 02:42:22 2008 +0000 |
tree | 9d55a9380b0ce8db8b5508b21db6d2a27cff9a81 | |
parent | 5aa1615add8bc91e1fec7cc2ac7ab46589a5d4f2 [diff] |
Tweak Sema::DefaultArgumentPromotion() to call UsualUnaryConversions(). This makes sure function calls that don't have a prototype get the default function/array conversion. Patch by Eli Friedman! llvm-svn: 46489