| commit | 1365781b5be1e18c3fe0c01d1d4b96452311b5cb | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Mon Aug 05 04:53:41 2013 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Mon Aug 05 04:53:41 2013 +0000 |
| tree | b18d5ab8301de46f58226fa286afd67c96ec5ce6 | |
| parent | eae928acd2fa7b9db3c912a17b59f2c8fb06fc1c [diff] |
Sema: Don't assume a nested name specifier holds a type Sema::PerformObjectMemberConversion assumed that the Qualifier it was given holds a type. However, the specifier could hold just a namespace. In this case, we should ignore the qualifier and not attempt to cast to it. llvm-svn: 187715