Fix a conversion to incomplete type bug -- The error message now specifically states...
authorLarisse Voufo <lvoufo@google.com>
Thu, 27 Jun 2013 01:50:25 +0000 (01:50 +0000)
committerLarisse Voufo <lvoufo@google.com>
Thu, 27 Jun 2013 01:50:25 +0000 (01:50 +0000)
commit64cf3efd47bc79b661c93cea5a7a3fa60bba16d8
tree120a9ca2c415aa7ceebf117d24a7789926f0bc28
parentc76e60b012dde7b7e577ecd96f6de77b2313e639
Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type.

llvm-svn: 185056
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/SemaCXX/conversion-incomplete-type.cpp [new file with mode: 0644]