[cfe-commits] PFR: Fix for error with predefined functions

Oliver Hunt oliver at apple.com
Mon Nov 19 17:40:03 PST 2007


This patch allows clang to correctly handle
int foo();
int foo()
{
   return 0;
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: predefined-function-def-fix.patch
Type: application/octet-stream
Size: 2088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20071119/a04f90f7/attachment.obj>
-------------- next part --------------



--Oliver



More information about the cfe-commits mailing list