| commit | 3ce7493c35d39138781d904814bc9ff0373ba8a3 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Feb 05 07:07:10 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Feb 05 07:07:10 2010 +0000 |
| tree | 2447e9b552ba95c85b20bc6702a9ff90ac1c0689 | |
| parent | 893555ce667fe51b88668cec231c5ad80f6962a5 [diff] |
Teach C++ name lookup that it's okay to look in a scope without a context. This happens fairly rarely (which is why we got away with this bug). Fixes PR6184, where we skipped over the template parameter scope while tentatively parsing. llvm-svn: 95376