]> granicus.if.org Git - clang/commit
Handle cases where we're constructing an array of objects and the constructor has...
authorAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 18:43:52 +0000 (18:43 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 18:43:52 +0000 (18:43 +0000)
commit5d4d946ec2d88696fd8422aeb64dc29688e6a2c1
treed8fcf6c964a4873fc549e7a65104815baad0871a
parent80ad16f4b2b350ddbaae21a52975e63df5aafc2c
Handle cases where we're constructing an array of objects and the constructor has default arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89783 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/default-arguments.cpp