]> granicus.if.org Git - clang/commit
Make sure to call CompleteConstructorCall for bases and members that are initialized...
authorAnders Carlsson <andersca@mac.com>
Thu, 29 Oct 2009 15:46:07 +0000 (15:46 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 29 Oct 2009 15:46:07 +0000 (15:46 +0000)
commit0ebb6d391d2e29ed48a880517e2ba919bf7016d9
treea1f9276a5b2d62237d4909775c9c4e620a80d371
parent8de39b431d3775cd46584080beec3a75d019bd28
Make sure to call CompleteConstructorCall for bases and members that are initialized implicitly in constructors so that default arguments etc are set correctly. Fixes PR5283.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85510 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/SemaTemplate/default-expr-arguments.cpp