]> granicus.if.org Git - clang/commit
Add a new CallExpr::getCallReturnType and use it in Expr::isLvalueInternal. No intend...
authorAnders Carlsson <andersca@mac.com>
Tue, 26 May 2009 04:57:27 +0000 (04:57 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 26 May 2009 04:57:27 +0000 (04:57 +0000)
commit6dde78f744382a5627a04f984a97049e0c4b5e73
tree9d05b931c63e86661d7eb258f3eca6219d1c1a55
parent5e5783180acb42c9d9b1be2838370ea5930a2a8b
Add a new CallExpr::getCallReturnType and use it in Expr::isLvalueInternal. No intended functionality change.

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