Allow ArraySubscriptExpr to be a base node for vector dereference.  This
allows you to do things like 
typedef __attribute__(( ocu_vector_type(4))) float float4;
float4 *x;
float y = x[0][2];

llvm-svn: 47295
1 file changed
tree: 7c3ad3d70ec49224a4e2e3ef05a5b800e7df0da5
  1. clang/
  2. llvm/