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:
Anton Korobeynikov
2011-10-14 23:23:15 +00:00
parent 1f64b59872
commit f0c267e6e0
36 changed files with 224 additions and 43 deletions

View File

@@ -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;