Skip to content
Commit 3f972c91 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix PR2423 by checking all indices for out of range access, not only

indices that start with an array subscript.  x->field[10000] is just 
as bad as (*X)[14][10000].

llvm-svn: 55226
parent f6397fed
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