Go to file
Sebastian Redl 0fb63471de 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.

llvm-svn: 63868
2009-02-05 15:12:41 +00:00
clang Fix the symptom of the regression, by having the CXXConditionDeclExpr not destroy its Decl. 2009-02-05 15:12:41 +00:00
llvm Revert the previous commit. It seems it didn't 2009-02-05 10:21:34 +00:00