]> granicus.if.org Git - clang/commit
Added "isExact" field to FloatingLiteral. This flag indicates whether or not
authorTed Kremenek <kremenek@apple.com>
Thu, 29 Nov 2007 00:56:49 +0000 (00:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 29 Nov 2007 00:56:49 +0000 (00:56 +0000)
commit720c4ec57b6110873cd533ad434853a27e7c3f4a
tree7d33954c252aa1b8764c56145eb69cd7ce99ed80
parent32e61bf91fba3c7946b9f71918202e5e55859a5c
Added "isExact" field to FloatingLiteral.  This flag indicates whether or not
the APFloat representing the parsed literal can represent the literal value
exactly.  This is useful when performing various semantic checks on the code,
and issuing appropriate warnings to users.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44423 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtSerialization.cpp
Sema/SemaExpr.cpp
include/clang/AST/Expr.h