Il 28/02/2012 19:12, James Molloy ha scritto:
> Author: jamesm
> Date: Tue Feb 28 12:12:11 2012
> New Revision: 151638
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=151638&view=rev
> Log:
> Correctly track tags and enum members defined in the prototype of a function, 
> and ensure they are properly scoped.
> 
> This fixes code such as:
> 
> enum e {x, y};
> int f(enum {y, x} n) {
>   return 0;
> }
> 
> This finally fixes PR5464 and PR5477.

Is this meant to fix also http://llvm.org/bugs/show_bug.cgi?id=6298 ?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to