[cfe-commits] PFR: Fix for error with predefined functions
Chris Lattner
clattner at apple.com
Tue Nov 20 11:05:42 PST 2007
Applied, thanks!
-Chris
On Nov 19, 2007, at 5:40 PM, Oliver Hunt wrote:
> This patch allows clang to correctly handle
> int foo();
> int foo()
> {
> return 0;
> }
>
> <predefined-function-def-fix.patch>
>
>
> --Oliver
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list