]> granicus.if.org Git - clang/commit
Refactor base/member initializers, and construct them correctly in cases
authorEli Friedman <eli.friedman@gmail.com>
Wed, 29 Jul 2009 19:44:27 +0000 (19:44 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 29 Jul 2009 19:44:27 +0000 (19:44 +0000)
commit59c04373c6a4fef5c6341a21ac847d4b3a25ee36
tree5388a67ee4df93c75ff553ed7d211fac992617b5
parentf3e53d35d0ed1a156baf7ccfec65e6a38648c632
Refactor base/member initializers, and construct them correctly in cases
with dependent types.  Fixes PR4621 and PR4627.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77498 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
test/SemaTemplate/dependent-base-member-init.cpp [new file with mode: 0644]