Skip to content
Commit 1b30b3c9 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent 870e5759
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment