[PATCH] D60540: [libc++] Make sure we don't eagerly diagnose non-const comparators for containers of incomplete types
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 09:13:28 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL358189: [libc++] Make sure we don't eagerly diagnose non-const comparators for… (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D60540?vs=194702&id=194707#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60540/new/
https://reviews.llvm.org/D60540
Files:
libcxx/trunk/include/__hash_table
libcxx/trunk/include/__tree
libcxx/trunk/include/map
libcxx/trunk/include/set
libcxx/trunk/include/unordered_map
libcxx/trunk/include/unordered_set
libcxx/trunk/test/libcxx/containers/associative/non_const_comparator.fail.cpp
libcxx/trunk/test/libcxx/containers/associative/non_const_comparator.pass.cpp
libcxx/trunk/test/libcxx/containers/unord/non_const_comparator.fail.cpp
libcxx/trunk/test/libcxx/containers/unord/non_const_comparator.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60540.194707.patch
Type: text/x-patch
Size: 15346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190411/e3281184/attachment.bin>
More information about the llvm-commits
mailing list