forked from OSchip/llvm-project
852c9db72b
Add a CXXDefaultInitExpr, analogous to CXXDefaultArgExpr, and use it both in CXXCtorInitializers and in InitListExprs to represent a default initializer. There's an additional complication here: because the default initializer can refer to the initialized object via its 'this' pointer, we need to make sure that 'this' points to the right thing within the evaluation. llvm-svn: 179958 |
||
---|---|---|
.. | ||
dcl.init.aggr | ||
dcl.init.list | ||
dcl.init.ref | ||
dcl.init.string | ||
p5.cpp | ||
p6.cpp | ||
p7.cpp | ||
p14-0x.cpp |