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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
