[cfe-commits] r64504 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ lib/AST/ lib/Analysis/ lib/CodeGen/ lib/Sema/ test/Analysis/ test/CodeGen/ test/Sema/

Chris Lattner clattner at apple.com
Fri Feb 13 15:52:20 PST 2009


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




More information about the cfe-commits mailing list