Go to file
Douglas Gregor c26e0f626b Improved handling for dependent, qualified member access expressions, e.g.,
t->Base::f

where t has a dependent type. We save the nested-name-specifier in the
CXXUnresolvedMemberExpr then, during instantiation, substitute into
the nested-name-specifier with the (transformed) object type of t, so
that we get name lookup into the type of the object expression.

Note that we do not yet retain information about name lookup into the
lexical scope of the member access expression, so several regression
tests are still disabled.

llvm-svn: 80925
2009-09-03 16:14:30 +00:00
clang Improved handling for dependent, qualified member access expressions, e.g., 2009-09-03 16:14:30 +00:00
compiler-rt Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. 2009-09-03 11:13:06 +00:00
llvm Remove some unnecessary -f options. 2009-09-03 16:11:53 +00:00