Improve template instantiation for member access expressions that
involve qualified names, e.g., x->Base::f. We now maintain enough
information in the AST to compare the results of the name lookup of
"Base" in the scope of the postfix-expression (determined at template
definition time) and in the type of the object expression.

llvm-svn: 80953
10 files changed
tree: 7881f432fe5f94b677450a7615703ef1e31e3782
  1. clang/
  2. compiler-rt/
  3. llvm/