[cfe-dev] Default argument promotion should promote functions/arrays

Eli Friedman eli.friedman at gmail.com
Mon Jan 28 17:26:51 PST 2008


Testcase:
int a();
int b() {
a("asdf");
}

Run clang -ast-dump to see the issue.

Patch attached.

-Eli
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: unnamedargpromotionfix.txt
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080128/f4fa978e/attachment.txt>


More information about the cfe-dev mailing list