On Mon, Feb 16, 2009 at 10:20 AM, Douglas Gregor <[email protected]> wrote:
> Author: dgregor
> Date: Mon Feb 16 12:20:44 2009
> New Revision: 64641
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64641&view=rev
> Log:
> When a function with a prototype is redeclared without a prototype,
> merge the prototype into the redeclaration (and make a note in the
> declaration). Fixes PR3588.
The following now crashes clang -emit-llvm:
int a(int);
int a() {return 1;}
-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits