[libc++] Enable -Wunused-template
authorNikolas Klauser <nikolasklauser@berlin.de>
Thu, 23 Feb 2023 20:17:11 +0000 (21:17 +0100)
committerNikolas Klauser <nikolasklauser@berlin.de>
Wed, 8 Mar 2023 18:26:49 +0000 (19:26 +0100)
commite65cd4ce832b52d7b625a1e01cbecb264f9d2716
tree14f5932b106616512a0328917a6814a9077395a5
parent555b572e3f407ac48b5f30fc06760cc4d0549977
[libc++] Enable -Wunused-template

Clang wants to enable this flag by default, but libc++ isn't working with it yet.

Reviewed By: Mordante, #libc, #libc_abi, EricWF

Spies: libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D144667
libcxx/CMakeLists.txt
libcxx/include/__algorithm/make_projected.h
libcxx/include/__config
libcxx/include/__memory/shared_ptr.h
libcxx/include/__type_traits/is_nothrow_convertible.h
libcxx/src/filesystem/filesystem_common.h
libcxx/utils/libcxx/test/params.py
libcxxabi/src/demangle/StringView.h