]> granicus.if.org Git - clang/commit
Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832.
authorAnders Carlsson <andersca@mac.com>
Mon, 24 Nov 2008 05:23:59 +0000 (05:23 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 24 Nov 2008 05:23:59 +0000 (05:23 +0000)
commite8a32b855ce4e8580a191f8d29d2f3f459834302
tree4efe26826e5fe969dabb5a6ff38f5f955a5c0d73
parent85879ee8b5942f97337bcb35ba4df9d4c634c68c
Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59946 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/CodeGen/staticinit.c