[all-commits] [llvm/llvm-project] 8c1368: PR18733: Remove -Wweak-template-vtables
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Oct 21 14:50:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c136805242014b6ad9ff1afcac9d7f4a18bec3f
https://github.com/llvm/llvm-project/commit/8c136805242014b6ad9ff1afcac9d7f4a18bec3f
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/SemaCXX/warn-weak-vtables.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list