summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-09 14:51:17 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-09 14:51:17 +0000
commitc3cde36ead0f088c3948329ac0e6f493a9422a86 (patch)
tree22838f109cebb21d0f664d6dbf4aca597504be6d /clang/lib/CodeGen/CodeGenModule.cpp
parent63af7c482d4482fb7f93044b96aa5a148895aca9 (diff)
downloadbcm5719-llvm-c3cde36ead0f088c3948329ac0e6f493a9422a86.tar.gz
bcm5719-llvm-c3cde36ead0f088c3948329ac0e6f493a9422a86.zip
Output destructors and constructors in a more natural order.
With this patch we output the in the order C2 C1 D2 D1 D0 Which means that a destructor or constructor that call another is output after the callee. This is a bit easier to read IHMO and a tiny bit more efficient as we don't put a decl in DeferredDeclsToEmit. llvm-svn: 196784
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud