[libcxx-commits] [PATCH] D144667: [libc++] Enable -Wunused-template
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 23 12:18:05 PST 2023
philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: arichardson.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Clang wants to enable this flag by default, but libc++ isn't working with it yet.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144667
Files:
libcxx/CMakeLists.txt
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144667.499948.patch
Type: text/x-patch
Size: 4873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230223/cae086f8/attachment.bin>
More information about the libcxx-commits
mailing list