]> granicus.if.org Git - clang/commit
[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h
authorReid Kleckner <reid@kleckner.net>
Sun, 9 Jun 2013 16:45:02 +0000 (16:45 +0000)
committerReid Kleckner <reid@kleckner.net>
Sun, 9 Jun 2013 16:45:02 +0000 (16:45 +0000)
commit6fe91e448f948b78a36dd7f978125e0a882c623f
tree8e235f253614bed13c64289faee0050792ff2e64
parent688f9866c7d35725c947b080fb17055446912390
[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h

No functionality change.  CGCleanup.cpp provides the implementation for
EHScopeStack, so it seems more consistent to place the class definition
in CGCleanup.h.

This should also help solve a header ordering problem that I have.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCleanup.h
lib/CodeGen/CodeGenFunction.h