]> granicus.if.org Git - clang/commit
getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorC...
authorAnders Carlsson <andersca@mac.com>
Sat, 8 Aug 2009 17:48:49 +0000 (17:48 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 8 Aug 2009 17:48:49 +0000 (17:48 +0000)
commitfb7ef75a28af7b6a7f666df2a5db53cf90d957b1
tree293347783307d8920f8ca2a4b42195d5036f915a
parent8517d9b731f065cdfc55ec0f3ddf5d564d988648
getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78480 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
test/SemaCXX/attr-deprecated.cpp