clang-tidy: [use-override] Tweak messages.
authorDaniel Jasper <djasper@google.com>
Mon, 28 Jul 2014 07:29:29 +0000 (07:29 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 28 Jul 2014 07:29:29 +0000 (07:29 +0000)
commit2d9e0b782ccde280a04594808b991c5b9c6d9e83
treed5b30f12df32820cb856ae3bdadb381ca75f03c0
parentfc2a8c407d80de54a31d091fc919fea9bc722898
clang-tidy: [use-override] Tweak messages.

It doesn't make sense to suggest 'virtual' as clang-tidy would complain
about that on the next iteration (we are never issuing warnings for the
base function).

llvm-svn: 214063
clang-tools-extra/clang-tidy/misc/UseOverride.cpp
clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
clang-tools-extra/test/clang-tidy/use-override.cpp