]> granicus.if.org Git - clang/commit
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 18:17:16 +0000 (18:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 18:17:16 +0000 (18:17 +0000)
commit344d4c8726e5fb7dfac42eeaef2c0df02d2059b0
tree270ebb3af9b38c75e2ac8f3d97f53f3883387127
parent4fdf1faedbca40787fd277a6fbd5061fd69b2708
Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would
not be consulted for its size expression when operator* was called in the
StmtIterator (this resulted in an assertion failure).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66679 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtIterator.cpp
test/Analysis/misc-ps.m