]> granicus.if.org Git - clang/commit
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)
commitf608aff66c5412ab583258f989417b4974ba507a
treeb7c16a3430c190f73d902bc0c3cde9e1bbcd0f52
parent516143b619d1eccfef023ceaf91666803f04cc83
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178923 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/warn-overloaded-virtual.cpp