diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-10-18 00:24:38 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-10-18 00:24:38 +0000 |
commit | 9caf8b1ca6beb254f420dada3c0e94d5ef027f58 (patch) | |
tree | e8239a58a1ecc653b8b20f9cc117b68cb08c4522 /CodeGen/CodeGenModule.cpp | |
parent | 2777e494c96bee69141a10a0174d5da16e7b927b (diff) |
Implemented 90% functionality of new child_iterator for Stmt objects
that will (soon) allow iteration over the initializers in
declarations. This new iterator mechanism is implemented by the
classes StmtIterator and ConstStmtIterator.
Patched a few files to use "operator++" instead of "operator+" on
child_iterators.
Friendship added in VarDecl to StmtIterator to allow returning a
reference to the initializer within the VarDecl. We may not wish this
as a permanent solution.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions