]> granicus.if.org Git - clang/commit
Add a comment that describes tryEvaluate. Make tryEvaluate fold
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 05:28:25 +0000 (05:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 05:28:25 +0000 (05:28 +0000)
commit019f4e858e78587f2241ff1a76c747d7bcd7578c
tree547758f5452c62ccf094e935363664059273a220
parentcb888967400a03504c88acedd5248d6778a82f46
Add a comment that describes tryEvaluate.  Make tryEvaluate fold
__builtin_constant_p properly, and add some scaffolding for
FloatExprEvaluator to eventually handle huge_val and inf.

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