]> granicus.if.org Git - clang/commit
Fix the FloatingLiteral API to take the isexact flag by value instead of
authorChris Lattner <sabre@nondot.org>
Mon, 29 Jun 2009 17:34:55 +0000 (17:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Jun 2009 17:34:55 +0000 (17:34 +0000)
commit001d64dd2947c1ce06e3eac257a9a21c65ae4ff3
tree8c09efe691a6c4ebd8163bda5a8790371003c49c
parent16e8be2ac532358d4e413fdfa2643b1876edda78
Fix the FloatingLiteral API to take the isexact flag by value instead of
by pointer.

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