[cfe-commits] [libcxx] r145684 - /libcxx/trunk/include/support/win32/support.h

Joerg Sonnenberger joerg at britannica.bec.de
Fri Dec 2 10:06:53 PST 2011


On Fri, Dec 02, 2011 at 05:22:39PM -0000, Howard Hinnant wrote:
> Author: hhinnant
> Date: Fri Dec  2 11:22:38 2011
> New Revision: 145684
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=145684&view=rev
> Log:
> Jean-Daniel: __builtin_popcountll support for Windows

Just to avoid trouble in the future, can you add explicit checks for
UINT_MAX / ULONGLONG_MAX to ensure that they are no larger than 32bit /
64bit?

Joerg



More information about the cfe-commits mailing list