[PATCH] D48912: [libc++] Add deprecated attributes to many deprecated components
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 4 08:50:47 PDT 2018
ldionne updated this revision to Diff 154120.
ldionne marked 4 inline comments as done.
ldionne added a comment.
Addressed reviewer feedback.
- Addressed Eric's inline comments.
- Added Clang-Verify tests per Eric's comment.
- Made the warnings opt-in per Marshall's request.
Repository:
rL LLVM
https://reviews.llvm.org/D48912
Files:
libcxx/docs/UsingLibcxx.rst
libcxx/include/__config
libcxx/include/__functional_base
libcxx/include/algorithm
libcxx/include/functional
libcxx/include/memory
libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp
libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.fail.cpp
libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp
libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp
libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.fail.cpp
libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.fail.cpp
libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.fail.cpp
libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.fail.cpp
libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.fail.cpp
libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.fail.cpp
libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.fail.cpp
libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.fail.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48912.154120.patch
Type: text/x-patch
Size: 33849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/f6a09761/attachment-0001.bin>
More information about the llvm-commits
mailing list