]> granicus.if.org Git - clang/commit
improve diagnostics for case when a field type is unknown by
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 03:10:55 +0000 (03:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 03:10:55 +0000 (03:10 +0000)
commit8c3f89032c8822c443fb8a1633d297b60e5ca90c
treedf2f7334dec128b83c11bd537b3e756c9c4023c8
parent0814809e5bc27cccd59b63e99ab1eb52042dc13c
improve diagnostics for case when a field type is unknown by
not emitting a follow-on error about 'int', which the user
never wrote.  PR5924.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92339 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/illegal-member-initialization.cpp