]> granicus.if.org Git - clang/commit
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)
commit7419d013fd2c4dda596066f4864d5c40e85ba330
tree2b378b03ee81e15c62b6e9f1dbfd6a7f0878e75a
parent642038d7c5855b54afbca298631da93b7889d4a5
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185056 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
test/SemaCXX/conversion-incomplete-type.cpp [new file with mode: 0644]