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
Loading
Please register or sign in to comment