]> granicus.if.org Git - clang/commit
Fix the symptom of the regression, by having the CXXConditionDeclExpr not destroy...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Feb 2009 15:12:41 +0000 (15:12 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Feb 2009 15:12:41 +0000 (15:12 +0000)
commitdf2d3cf2be8b91e1e21234ff5a3aa4f820e7001a
treed906479ba11de908898bd3297dce0b975a2aa8b4
parent76ad2e85575722e8a38a2bd4648ab4304d9fcd24
Fix the symptom of the regression, by having the CXXConditionDeclExpr not destroy its Decl.
However, the cause still remains: the Decl is linked into the chain of its DeclContext and remains there despite being deleted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
lib/AST/ExprCXX.cpp