PR18733: Remove -Wweak-template-vtables
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 25 Jul 2021 18:47:01 +0000 (11:47 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 21 Oct 2021 21:50:20 +0000 (14:50 -0700)
commit8c136805242014b6ad9ff1afcac9d7f4a18bec3f
treed1dfa16baea1e64b228d6b88a60aef1e253ac42d
parent516884f58b46a60d0aa499e19d792c39f2478aa4
PR18733: Remove -Wweak-template-vtables

It isn't really pulling its weight and I think splitting it out from
-Wweak-vtables was the wrong call: I think it was just a bug in the
original warning, which was trying to not diagnose template
instantiations, implicit or explicit.
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/SemaCXX/warn-weak-vtables.cpp