]> granicus.if.org Git - clang/commit
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslat...
authorSteve Naroff <snaroff@apple.com>
Sun, 24 Feb 2008 16:25:02 +0000 (16:25 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 24 Feb 2008 16:25:02 +0000 (16:25 +0000)
commit69d6375dbd5f1efb9ffbb4a9e5c3f9aee746fed6
tree0198a0e53898fd7eb13bf09929ae0cff78fcd1b3
parentca63fa00786e51c207c829f4182f11a6c6b552be
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope.

Bug submitted by David Chisnall (thanks!).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47538 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.cpp