| commit | 6dc8ae10aa47c59f44339f1e024ee640c72092a8 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Aug 17 20:24:17 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Aug 17 20:24:17 2015 +0000 |
| tree | 80f4364f16cacf581461b7f06b446c966a01a4e5 | |
| parent | 8778fea0bb0247591c2a54d34c76dd631ab70cd7 [diff] |
[modules] When parsing the base specifiers of a parse-merged class, the current context is the class itself but lookups should be performed starting with the lookup parent of the class (class and base members don't shadow types from the surrounding context because they have not been declared yet). llvm-svn: 245236