]> granicus.if.org Git - clang/commit
ArrayRef'ize ShuffleVectorExpr::setExprs
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 10 May 2013 00:43:44 +0000 (00:43 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 10 May 2013 00:43:44 +0000 (00:43 +0000)
commit27365ee830cec7cf52c088b400867ff67b0b3b23
tree1183bb6406ad5de05452b72d53142e3d4fb90a7b
parent416c9b318e0100729a803e747736e7c968be69c9
ArrayRef'ize ShuffleVectorExpr::setExprs

But ShuffleVectorExpr should be tail-allocating the storage for expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181572 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Serialization/ASTReaderStmt.cpp