commit | aec0f37d11069598111997455602144b293f417d | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Wed Jan 28 16:09:22 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Wed Jan 28 16:09:22 2009 +0000 |
tree | 10c35cb33b2d16517640111e58f6eacb6a5ba74e | |
parent | 49f97d7eb2fe5f49956668f10f7a78072b5497e2 [diff] |
Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. Even though Sema::LookupDecl() is deprecated, it's still used all over the place. Simplifying the interface will make it easier to understand/optimize/convert. llvm-svn: 63210