]> granicus.if.org Git - clang/commit
Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an Expr...
authorAnders Carlsson <andersca@mac.com>
Fri, 10 Apr 2009 04:54:13 +0000 (04:54 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 10 Apr 2009 04:54:13 +0000 (04:54 +0000)
commit1b78276a75a5a0f496a82429c1ff9604d622a76d
tree4aaf185a8be4d5d377f7af387a3b09decd5a58e1
parentf0930235ce58a91aa3b840bece9052f44d630536
Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an Expr as an LValue.

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