]> granicus.if.org Git - clang/commit
enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy
authorChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2009 21:11:58 +0000 (21:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Feb 2009 21:11:58 +0000 (21:11 +0000)
commit73525de7fd9bdd534382dc89a24f1f76db3e04b9
treed7f67878553325ca2d681aaa3ed412c98bce6c9f
parent450da9832b31d9b2e90af7708d197e5b9e1af8c8
enhance ExtVectorElementExpr to allow V->xxyy  to work like (*V).xxyy

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64667 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
include/clang/AST/Expr.h
lib/CodeGen/CGExpr.cpp
lib/Sema/SemaExpr.cpp
test/Sema/ext_vector_components.c