]> granicus.if.org Git - clang/commit
add an a Attr::Destroy method and force clients to go through it. As part of
authorChris Lattner <sabre@nondot.org>
Wed, 4 Mar 2009 06:05:19 +0000 (06:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Mar 2009 06:05:19 +0000 (06:05 +0000)
commitcc5814732edc0c382d0136ab57ec6149566043e2
treef732f78e4d3f1f8e03cf08ebf2cd605ba4681b3a
parentcdf00290c8988b54073775c9442615a23df405fc
add an a Attr::Destroy method and force clients to go through it.  As part of
this, make DeclBase::Destroy destroy attributes instead of the DeclBase dtor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66020 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
lib/AST/DeclBase.cpp
lib/Sema/SemaDecl.cpp