[cfe-commits] r84746 - in /cfe/trunk: include/clang/Basic/TargetInfo.h lib/Basic/TargetInfo.cpp

Chris Lattner sabre at nondot.org
Sun Oct 25 15:49:16 PDT 2009


On Oct 25, 2009, at 3:45 PM, Daniel Dunbar wrote:

>> +  /// getTypeSigned - Return whether an integer types is signed.  
>> Returns true if
>> +  /// the type is signed; false otherwise.
>> +  bool getTypeSigned(IntType T) const;
>
> Wouldn't isTypeSigned be more in keeping with current naming
> conventions? I expect getTypeSigned to give me back a signed version
> of the type, or something.

Good point, fixed.

-Chris



More information about the cfe-commits mailing list