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
Loading
Please register or sign in to comment