]> granicus.if.org Git - clang/commit
This patch implements Code gen. for destruction of
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 10 Nov 2009 19:24:06 +0000 (19:24 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 10 Nov 2009 19:24:06 +0000 (19:24 +0000)
commit88f4280f6b60edcbdea6a38a3da8b17d66473ad6
treefebcfc7a00862cbe41dcb3b5a43c8337b9ffe5d2
parent0854d70dabe11d9b3df6c4b65b9b53a1fd65739e
This patch implements Code gen. for destruction of
global array of objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86701 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/global-array-destruction.cpp [new file with mode: 0644]