summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-07-09 20:12:33 +0000
committerGreg Clayton <gclayton@apple.com>2011-07-09 20:12:33 +0000
commitdaf515fc8ac69bdb1f964bbe61291b99b104222b (patch)
treed10993dd6eebe90155db15fce4306ea975f0ed03 /clang/lib
parentd8d3c1b8f3f35ab6e693ad994b926236abd3bf82 (diff)
downloadbcm5719-llvm-daf515fc8ac69bdb1f964bbe61291b99b104222b.tar.gz
bcm5719-llvm-daf515fc8ac69bdb1f964bbe61291b99b104222b.zip
Fixed the global and static variables to always be in scope.
Made it so that you can create synthetic children of array value objects. This is for creating array members when the array index is out of range. This comes in handy when you have a structure definition like: struct Collection { uint32_t count; Item array[0]; }; "array" has 1 item, but many times in practice there are more items in "item_array". This allows you to do: (lldb) target variable g_collection.array[3] To implement this, the get child at index has been modified to have a "ignore_array_bounds" boolean that can be set to true. llvm-svn: 134846
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud