]> granicus.if.org Git - clang/commit
Switch to APFloat constructor taking fltSemantics.
authorTim Northover <Tim.Northover@arm.com>
Tue, 22 Jan 2013 09:46:51 +0000 (09:46 +0000)
committerTim Northover <Tim.Northover@arm.com>
Tue, 22 Jan 2013 09:46:51 +0000 (09:46 +0000)
commit9ec55f24b8f848bb37a9971100cf2fca379d5572
treefdb28f0db2d5d873ef4c3bbfa1ce7aaddf5b5399
parent6a94c1ea2d9ee397cc9d75045117a39e8f62235d
Switch to APFloat constructor taking fltSemantics.

This change also makes the serialisation store the required semantics,
fixing an issue where PPC128 was always assumed when re-reading a
128-bit value.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173139 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/Stmt.h
include/clang/Serialization/ASTReader.h
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/PCH/floating-literal.c [new file with mode: 0644]