]> granicus.if.org Git - clang/commit
Add code for emitting C++ destructors. Not used yet.
authorAnders Carlsson <andersca@mac.com>
Fri, 29 May 2009 21:03:38 +0000 (21:03 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 29 May 2009 21:03:38 +0000 (21:03 +0000)
commit7267c1693abe7875b0c57268be05005ae013c6c9
treeb8990f2f322c9ef25b1ba811a3311e5c8294d616
parentd249e1d1f1498b81314459ceda19d6ff25c278ad
Add code for emitting C++ destructors. Not used yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72591 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp