When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
authorRichard Trieu <rtrieu@google.com>
Fri, 5 Apr 2013 23:02:24 +0000 (23:02 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 5 Apr 2013 23:02:24 +0000 (23:02 +0000)
commit05c4d023f3e7f854ef95ffd2b1e1290296154c85
treee3dad89388181844395a490312b822f0577a9427
parent31ba23aa569c8fcdab4512ffba1e6acc8e16733a
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
more information to the notes.  This information is already present on other
diagnostic messages that involves overloads.

llvm-svn: 178923
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/SemaCXX/warn-overloaded-virtual.cpp