]> granicus.if.org Git - clang/commit
Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 28 Sep 2010 20:23:00 +0000 (20:23 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 28 Sep 2010 20:23:00 +0000 (20:23 +0000)
commit8c84571f3e262569ba51d107db7ab31a23de79b3
tree5fa34bf6b99e4df13add4fe163e4b60bc0db3c68
parent9fe183ae1ec568716501f861235afecebee8cd45
Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114978 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/ExternalSemaSource.h
lib/Sema/Sema.cpp