From 185b81b1f8cd4522708f8f90128320fd4985896c Mon Sep 17 00:00:00 2001 From: Sjoerd Meijer Date: Fri, 8 Sep 2017 10:20:52 +0000 Subject: 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 --- lib/Index/USRGeneration.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Index') 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: -- cgit v1.2.3