]> granicus.if.org Git - clang/commit
Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it...
authorAnders Carlsson <andersca@mac.com>
Thu, 9 Jul 2009 00:05:08 +0000 (00:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 9 Jul 2009 00:05:08 +0000 (00:05 +0000)
commit9b31df4acdeeb61bb084a03fc37bc5bd570a659e
tree0721d449d098be88990bde66f45bfe9f14076921
parent00aeb52314ec0b1902bb15aef9c62259296fbc29
Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75075 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp