diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-08-20 16:18:38 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-08-20 16:18:38 +0000 |
commit | 2324512285caac0332bbbc6e4cab6245d2a370a1 (patch) | |
tree | 184963fac734fb0467ae376ca3ac6c010bb39188 /CodeGen/CodeGenModule.cpp | |
parent | 602f754796e00662445d58e1263d168f2b13490a (diff) |
Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition
to getBase and getIdx. getBase and getIdx now return a "normalized" view
of the expression (e.g., always "A[4]" instead of possibly "4[A]"). getLHS
and getRHS return the expressions with syntactic fidelity to the original
source code.
Also modified client code of ArraySubscriptExpr, including the AST dumper
and pretty printer, the return-stack value checker, and the LLVM code
generator.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions