Refactor the representation of qualifiers to bring ExtQualType out of the
Type hierarchy. Demote 'volatile' to extended-qualifier status. Audit our use of qualifiers and fix a few places that weren't dealing with qualifiers quite right; many more remain. llvm-svn: 82705
This commit is contained in:
@@ -788,7 +788,6 @@ llvm::DIType CGDebugInfo::CreateTypeNode(QualType Ty,
|
||||
case Type::RValueReference:
|
||||
case Type::Vector:
|
||||
case Type::ExtVector:
|
||||
case Type::ExtQual:
|
||||
case Type::FixedWidthInt:
|
||||
case Type::MemberPointer:
|
||||
case Type::TemplateSpecialization:
|
||||
|
||||
Reference in New Issue
Block a user