summaryrefslogtreecommitdiffstats
path: root/lib/Index
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2017-09-08 10:20:52 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2017-09-08 10:20:52 +0000
commit185b81b1f8cd4522708f8f90128320fd4985896c (patch)
tree2b0d9b26b198a071a61d237ed37641fc110ee6b9 /lib/Index
parentb9fefa5ec7a31eebaa84c4938ec7efff89db9972 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index')
-rw-r--r--lib/Index/USRGeneration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Index/USRGeneration.cpp b/lib/Index/USRGeneration.cpp
index 7afbb8bc36..c4fe737e51 100644
--- a/lib/Index/USRGeneration.cpp
+++ b/lib/Index/USRGeneration.cpp
@@ -680,7 +680,6 @@ void USRGenerator::VisitType(QualType T) {
c = 'K'; break;
case BuiltinType::Int128:
c = 'J'; break;
- case BuiltinType::Float16:
case BuiltinType::Half:
c = 'h'; break;
case BuiltinType::Float: