]> granicus.if.org Git - clang/commit
Minor cleanup for choose expressions: add a helper that returns the
authorEli Friedman <eli.friedman@gmail.com>
Wed, 4 Mar 2009 05:52:32 +0000 (05:52 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 4 Mar 2009 05:52:32 +0000 (05:52 +0000)
commit7976932a1c256d447316ffac58e9821417725e34
treeee78af2bf4915bb79278ce428cd18f4be0cd0ce6
parent5f7d2284c4b2f08d155732454002e68dc40c33ef
Minor cleanup for choose expressions: add a helper that returns the
chosen sub-expression, rather than just evaluating the condition.

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