diff options
author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2017-09-08 10:20:52 +0000 |
---|---|---|
committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2017-09-08 10:20:52 +0000 |
commit | 9aeedde7ffd971f533360ab02e3c8ac58fba7209 (patch) | |
tree | 3fe7ce50686fe583ff4e2a9137c4bb48579631e9 /clang/lib/Analysis/PrintfFormatString.cpp | |
parent | d7b0f74c648204a224295708d253637bf3687075 (diff) | |
download | llvm-9aeedde7ffd971f533360ab02e3c8ac58fba7209.zip llvm-9aeedde7ffd971f533360ab02e3c8ac58fba7209.tar.gz llvm-9aeedde7ffd971f533360ab02e3c8ac58fba7209.tar.bz2 |
Revert "Add _Float16 as a C/C++ source language type"
The clang-with-lto-ubuntu bot didn't like the new regression
test, revert while I investigate the issue.
llvm-svn: 312784
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
-rw-r--r-- | clang/lib/Analysis/PrintfFormatString.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp index 2663637..50a3aa2 100644 --- a/clang/lib/Analysis/PrintfFormatString.cpp +++ b/clang/lib/Analysis/PrintfFormatString.cpp @@ -654,7 +654,6 @@ bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, case BuiltinType::UInt128: case BuiltinType::Int128: case BuiltinType::Half: - case BuiltinType::Float16: case BuiltinType::Float128: // Various types which are non-trivial to correct. return false; |