| commit | 2b6ca46c6b66096bc5dfc6f82c46cfb1761f4f53 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Sep 03 21:38:09 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Sep 03 21:38:09 2009 +0000 |
| tree | 7881f432fe5f94b677450a7615703ef1e31e3782 | |
| parent | 59a1cd4a063a65983551a73dd858116fe2a01bbc [diff] |
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