Commits

Jordan Rose committed f290845710f
[AST] Use llvm::TrailingObjects for TupleExpr as well. The most recent LLVM update brought in support for more than two types of trailing objects, so we can use the template for TupleExpr now too. No functionality change.