Provide half floating point support as a storage only type.
Lack of half FP was a regression compared to llvm-gcc. llvm-svn: 142016
This commit is contained in:
@@ -387,6 +387,7 @@ bool PrintfSpecifier::fixType(QualType QT) {
|
||||
case BuiltinType::Char32:
|
||||
case BuiltinType::UInt128:
|
||||
case BuiltinType::Int128:
|
||||
case BuiltinType::Half:
|
||||
// Integral types which are non-trivial to correct.
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user