Skip to content
Commit 85e45f27 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added support to StmtIterator to traverse the size expression of a VLA type

declared in a sizeof.  For example:

 sizeof(int[foo()]);

the expression "foo()" is an expression that is executed during the evaluation
of sizeof.

llvm-svn: 45043
parent 95567291
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