diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-02-01 21:28:59 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-02-01 21:28:59 +0000 |
commit | ff981021554a4965943ca2d19019cea811614602 (patch) | |
tree | fcd8cab288c2b057212160f27f3e1de219ccc6c8 /CodeGen/CodeGenModule.cpp | |
parent | e12e69223ec279e89ac681023d42184b115e0068 (diff) |
For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch)
and put the the next ObjcAtCatchStmt* as part of SubExprs. This fixes a bug with
iterating over the children of ObjcAtCatch, where the next @catch was not
properly being iterated over as a child.
Altered serialization of ObjCAtCatchStmt to reflect this new layout of
its subexpressions, and fixed an ownership issue with the next @catch not
being serialized as an owned pointer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions