commit | f0c267e6e05c2583c23fad3aa1c9ddad5e9d4998 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Fri Oct 14 23:23:15 2011 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Fri Oct 14 23:23:15 2011 +0000 |
tree | b1c9c50501a95458c2582cbb0593561537f6335f | |
parent | 1f64b5987263ac40f0f1b104972afde03f5087a5 [diff] [blame] |
Provide half floating point support as a storage only type. Lack of half FP was a regression compared to llvm-gcc. llvm-svn: 142016
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 548a599..bc8bbf5 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -920,6 +920,7 @@ case tok::kw___int64: case tok::kw_signed: case tok::kw_unsigned: + case tok::kw_half: case tok::kw_float: case tok::kw_double: case tok::kw_void: