"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "323c30c5f465208778d7792a01af70a4f4be8b78"
When transforming a C++ "new" expression's constructor arguments, drop
any arguments that are default-argument expressions. The can show up when we have a new expression whose constructor arguments are not type-dependent and whose allocated type is not dependent and has a constructor with default arguments. Fixes PR7202. llvm-svn: 104690
Loading
Please register or sign in to comment