diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-26 23:21:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-26 23:21:34 +0000 |
commit | b0fef64dc98d32b90782360aa9480417b7ca34fd (patch) | |
tree | ea9d0d546c9eadef891aa47fcdb9b6db896672dc /lib/Analysis/BasicAliasAnalysis.cpp | |
parent | a60ff2e14485aa3baec2088f5663d3e25cb74992 (diff) |
Add initial support for list slices. This currently allows you to do stuff
like this:
def B {
list<int> X = [10, 20, 30, 4, 1, 1231, 20] [2-4,2,2,0-6];
}
... which isn't particularly useful, but more is to come.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BasicAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions