]> granicus.if.org Git - clang/commit
Remove 'enableLazyBuiltinCreation' argument to Sema::LookupDecl(). It is unused.
authorSteve Naroff <snaroff@apple.com>
Wed, 28 Jan 2009 15:51:12 +0000 (15:51 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 28 Jan 2009 15:51:12 +0000 (15:51 +0000)
commit939837f67e0558668be9afec67f2e51eb40d86f0
tree060e8523b8994afa38799c908b4eb37809a21dbe
parent65c971723486653be383c621ed11068b248ab589
Remove 'enableLazyBuiltinCreation' 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@63208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp