On Feb 13, 2009, at 3:20 PM, Douglas Gregor wrote: > Author: dgregor > Date: Fri Feb 13 17:20:09 2009 > New Revision: 64504 > > URL: http://llvm.org/viewvc/llvm-project?rev=64504&view=rev > Log: > Implicitly declare certain C library functions (malloc, strcpy, > memmove, > etc.) when we perform name lookup on them. This ensures that we > produce the correct signature for these functions, which has two > practical impacts:
Nice!! -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
