[all-commits] [llvm/llvm-project] 55cb62: [libc++] Enable -Wweak-vtables
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Jun 18 08:28:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55cb62f34a6f60db84c629d2693b7a2f204eecdc
https://github.com/llvm/llvm-project/commit/55cb62f34a6f60db84c629d2693b7a2f204eecdc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-18 (Sat, 18 Jun 2022)
Changed paths:
M libcxx/include/__functional/function.h
M libcxx/test/libcxx/clang_tidy.sh.cpp
Log Message:
-----------
[libc++] Enable -Wweak-vtables
This makes Clang scream at us if there is a class without a key function.
Reviewed By: ldionne, #libc
Spies: libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D127900
More information about the All-commits
mailing list