]> granicus.if.org Git - clang/commit
Don't try to check the initialization of fields with dependent
authorDouglas Gregor <dgregor@apple.com>
Wed, 4 Nov 2009 17:16:11 +0000 (17:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 4 Nov 2009 17:16:11 +0000 (17:16 +0000)
commit1fe6b919f70bed58bd8bd43de1a79530b0d55a53
treedae85ff37d4d82115d2b6ddd0edb4172d3f3f4ba
parent87c12c4a4667279dacb3d4a93c64b49148a0ff79
Don't try to check the initialization of fields with dependent
types. Fixes PR5352.

Fariborz, please review.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaTemplate/instantiate-deeply.cpp