[cfe-dev] methods to access "base" and "index" in ArraySubscriptExpr
Chris Lattner
clattner at apple.com
Fri Aug 17 14:50:39 PDT 2007
On Aug 17, 2007, at 2:38 PM, Ted Kremenek wrote:
> I'll make a patch today that changes ArraySubscriptExpr to have these
> accessors, and to change the current semantics of getBase and getIdx
> to do the normalization of the expression. I'll also patch the source
> code pretty printer, Codegen, etc. (the current clients of this
> interface). All future clients will follow the new semantics (a big
> fat comment will be included in ArraySubscriptExpr).
Thanks Ted!
-Chris
More information about the cfe-dev
mailing list