[all-commits] [llvm/llvm-project] e65cd4: [libc++] Enable -Wunused-template
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Mar 8 10:27:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e65cd4ce832b52d7b625a1e01cbecb264f9d2716
https://github.com/llvm/llvm-project/commit/e65cd4ce832b52d7b625a1e01cbecb264f9d2716
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/include/__algorithm/make_projected.h
M libcxx/include/__config
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/__type_traits/is_nothrow_convertible.h
M libcxx/src/filesystem/filesystem_common.h
M libcxx/utils/libcxx/test/params.py
M libcxxabi/src/demangle/StringView.h
Log Message:
-----------
[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
More information about the All-commits
mailing list