llvm-project/clang/AST
Chris Lattner b16f455e8c Type::isSignedInteger() and isUnsignedInteger() did not properly account for
'char', which varies based on the target.

Instead of spreading target knowledge throughout the compiler, bifurcate char
into Char_S and Char_U, and have ASTContext create the right one based on the
target, when it starts up.

llvm-svn: 39577
2007-06-03 07:25:34 +00:00
..
ASTContext.cpp Type::isSignedInteger() and isUnsignedInteger() did not properly account for 2007-06-03 07:25:34 +00:00
Attr.cpp Bug #: 2007-06-01 21:54:34 +00:00
Builtins.cpp Bug #: 2007-04-05 22:36:20 +00:00
Decl.cpp Bug #: 2007-06-01 21:54:34 +00:00
Expr.cpp Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc instead 2007-06-02 04:48:48 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp implement full sema support for the GCC address-of-label extension. 2007-05-28 06:56:27 +00:00
StmtPrinter.cpp Pretty print storage classes for vardecls. 2007-06-02 05:27:01 +00:00
StmtVisitor.cpp More changes to complete the dynamic type support for Stmt/Expr. 2007-02-27 02:53:10 +00:00
Type.cpp Type::isSignedInteger() and isUnsignedInteger() did not properly account for 2007-06-03 07:25:34 +00:00