]> granicus.if.org Git - clang/commit
Turn off some Destroy calls that are currenly causing double-destruction of ScopedDec...
authorDouglas Gregor <dgregor@apple.com>
Tue, 13 Jan 2009 19:47:12 +0000 (19:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 13 Jan 2009 19:47:12 +0000 (19:47 +0000)
commita0fc55f3e9d7d7aa8761d0a9726033947d0d6bc0
tree6141d07529956e4c2ee3ff464c144f5ffec0d372
parent11672ec82f406fabfb349efea0c8c0cc2de6b1d9
Turn off some Destroy calls that are currenly causing double-destruction of ScopedDecls. We will re-enable this later, when we have time to fully solve the ownership issue.

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