]> granicus.if.org Git - clang/commit
-Remove Sema::ActOnCastOfParenListExpr and move most of its functionality to
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Jul 2011 22:22:54 +0000 (22:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 1 Jul 2011 22:22:54 +0000 (22:22 +0000)
commit707f101d3302b76ee01e8ca29b1a61f081137b9f
tree0d3655ebdc866eb3f0ff928ca83b9405163666e1
parent31862ba5ea70b1f2c81d03f8a0100b61cd6f06f6
-Remove Sema::ActOnCastOfParenListExpr and move most of its functionality to
 newly introduced Sema::BuildVectorLiteral.
-Make Sema::ActOnCastExpr handle a vector initializer both when the cast'ed expression
 is a ParenListExpr and when it is a ParenExpr.
-Ultimately make Sema::ActOnParenOrParenListExpr independent of what the cast type was.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134274 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseExpr.cpp
lib/Sema/SemaExpr.cpp