[cfe-commits] r74666 - in /cfe/trunk: include/clang/AST/DeclCXX.h lib/AST/DeclCXX.cpp lib/Sema/SemaDeclCXX.cpp
Fariborz Jahanian
fjahanian at apple.com
Tue Jul 7 09:25:30 PDT 2009
On Jul 6, 2009, at 9:47 AM, Douglas Gregor wrote:
>>
>
> Rather than these last two lines, I suggest just:
>
> CXXMethodDecl::Destroy(C)
>
> which will let base classes destroy their members before
> deallocating the memory for this node.
Done at: http://llvm.org/viewvc/llvm-project?view=rev&revision=74909
- Thanks, Fariborz
>
>
> Everything else looks good!
>
> - Doug
More information about the cfe-commits
mailing list