aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/neon-vector-types.cpp
AgeCommit message (Collapse)Author
2012-06-29When a builtin that requires a constant is given a type- orDouglas Gregor
value-dependent expression, don't complain that it wasn't the constant we wanted. Fixes <rdar://problem/11688587> and PR11074. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159404 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-14Match pointer of compatible vection types. Fariborz Jahanian
// rdar://9208404 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129536 91177308-0d34-0410-b5e6-96231b3b80d8