[cfe-commits] r75075 - in /cfe/trunk: include/clang/AST/ExprCXX.h lib/Sema/SemaExpr.cpp lib/Sema/SemaTemplateInstantiateExpr.cpp test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp
Douglas Gregor
dgregor at apple.com
Wed Jul 8 17:20:48 PDT 2009
On Jul 8, 2009, at 5:05 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Wed Jul 8 19:05:08 2009
> New Revision: 75075
>
> URL: http://llvm.org/viewvc/llvm-project?rev=75075&view=rev
> Log:
> Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that
> we can pass it when instantiating the expr. Fixes another member
> pointer bug.
One less FIXME in template instantiation. Thanks!
- Doug
More information about the cfe-commits
mailing list