Re: r248458 - clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets.

2015-09-23 Thread Devin Coughlin via cfe-commits
Thanks for fixing this! Devin > On Sep 23, 2015, at 7:49 PM, NAKAMURA Takumi via cfe-commits > wrote: > > Author: chapuni > Date: Wed Sep 23 21:49:00 2015 > New Revision: 248458 > > URL: http://llvm.org/viewvc/llvm-project?rev=248458&view=rev > Log: > clang/test/Analysis/malloc-overflow2.c: A

r248458 - clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets.

2015-09-23 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 23 21:49:00 2015 New Revision: 248458 URL: http://llvm.org/viewvc/llvm-project?rev=248458&view=rev Log: clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets. size_t is not unsigned long for targeting i686 (and Windows x64). Modified: cfe/trunk/test/Ana