]> granicus.if.org Git - clang/commit
Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused.
authorSteve Naroff <snaroff@apple.com>
Wed, 28 Jan 2009 16:09:22 +0000 (16:09 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 28 Jan 2009 16:09:22 +0000 (16:09 +0000)
commit133147d2d31bdcd6943635f80e77d78d2504148f
treee746f9d50323335cc30097d3a23f5f5858b9186f
parent939837f67e0558668be9afec67f2e51eb40d86f0
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp