[cfe-dev] portability issue with stdint.h

Eli Friedman eli.friedman at gmail.com
Wed Mar 4 16:38:44 PST 2009


On Wed, Mar 4, 2009 at 7:21 AM, Viktar Zviarovich
<Viktar.Zviarovich at brunel.ac.uk> wrote:
> StmtIterator.h includes stdint.h which was introduced in C99 and doesn’t
> come with Visual Studio 2005 and may be some other compilers/libraries as
> well. Is it possible to resolve this portability issue since it is the only
> one that prevents building clang with VS2005? For me commenting out this
> #include (or replacing with #include <stddef.h> which is a bit more
> reasonable) helped, but of course it would be better to fix this in
> repository.

Fixed in r66111.

-Eli




More information about the cfe-dev mailing list