Skip to content
Commit 31974dfc authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added support for StmtIterators to iterate over the size expressions

of VariableArrayTypes that appear in TypedefDecls.

for example:

  typedef int T[x][x];

the StmtIterator will iterate over "x" and "x" as subexpressions of
the DeclStmt for T.

llvm-svn: 43474
parent 899ef133
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment