On 4/27/11 7:59 PM, Francois Pichet wrote:
> Author: fpichet
> Date: Wed Apr 27 20:59:37 2011
> New Revision: 130369
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=130369&view=rev
> Log:
> Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin 
> defines to real types.
These actually need to be distinct types, if only so we can mangle them
properly in the Microsoft Visual C++ ABI. (There's a TODO in
lib/AST/MicrosoftMangle.cpp to that effect.) Right now, they're just
aliases to the standard C types.

Chip
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to