forked from OSchip/llvm-project
b16f455e8c
'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 |
||
---|---|---|
.. | ||
ASTContext.cpp | ||
Attr.cpp | ||
Builtins.cpp | ||
Decl.cpp | ||
Expr.cpp | ||
Makefile | ||
Stmt.cpp | ||
StmtPrinter.cpp | ||
StmtVisitor.cpp | ||
Type.cpp |