Skip to content
Commit 3291844b authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Added "mode" to StmtIterator to record if the expression being iterated

over is the subexpression of a sizeof(expression).  Different clients
will wish to handle iteration over such subexpressions differently, and can
now easily query if they are iterating over such statements using the
StmtIterator's inSizeOfExpr().

llvm-svn: 45047
parent 3ce37a6b
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