summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/implementation-in-extern-c.mm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-01-22 00:24:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-01-22 00:24:57 +0000
commit8b4659a973426fafb964574ecf2067e71d369257 (patch)
treebee9faf387fea7dede289cb2b89bb5b2cf72c583 /test/CodeGenObjCXX/implementation-in-extern-c.mm
parent8450bb4c75e9d96d640a793d1be2bd1fe04e02f1 (diff)
downloadclang-8b4659a973426fafb964574ecf2067e71d369257.tar.gz
Emit DeferredDeclsToEmit in a DFS order.
Currently we emit DeferredDeclsToEmit in reverse order. This patch changes that. The advantages of the change are that * The output order is a bit closer to the source order. The change to test/CodeGenCXX/pod-member-memcpys.cpp is a good example. * If we decide to deffer more, it will not cause as large changes in the estcases as it would without this patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX/implementation-in-extern-c.mm')
0 files changed, 0 insertions, 0 deletions