]> granicus.if.org Git - clang/commit
Pull the OpaqueValueExpr's source expression into its constructor, so
authorDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 22:17:26 +0000 (22:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 22:17:26 +0000 (22:17 +0000)
commit97df54e0c075bc8d6a869597e771dad0c11a2180
tree5cb7cc543568fd24b656fc7ad89f5b45b7353cbe
parent0227aded18df817bc50114a6c916fc564d3ee712
Pull the OpaqueValueExpr's source expression into its constructor, so
that we can correctly compute value-dependence of the OVE.

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