forked from OSchip/llvm-project
parent
2f53a0bbf2
commit
3c9deef16a
|
@ -965,7 +965,6 @@ const char *Type::getTypeClassName() const {
|
|||
|
||||
const char *BuiltinType::getName(const LangOptions &LO) const {
|
||||
switch (getKind()) {
|
||||
default: assert(0 && "Invalid builtin type!");
|
||||
case Void: return "void";
|
||||
case Bool: return LO.Bool ? "bool" : "_Bool";
|
||||
case Char_S: return "char";
|
||||
|
|
Loading…
Reference in New Issue