[libcxx-commits] [PATCH] D153672: [libc++] Remove the legacy debug mode.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 27 09:40:00 PDT 2023
var-const updated this revision to Diff 535026.
var-const marked 5 inline comments as done.
var-const added a comment.
Herald added a subscriber: mgrang.
Address feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153672/new/
https://reviews.llvm.org/D153672
Files:
libcxx/CMakeLists.txt
libcxx/cmake/caches/Generic-debug-mode.cmake
libcxx/docs/ReleaseNotes.rst
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/comp_ref_type.h
libcxx/include/__algorithm/nth_element.h
libcxx/include/__algorithm/partial_sort.h
libcxx/include/__algorithm/shuffle.h
libcxx/include/__algorithm/sort.h
libcxx/include/__algorithm/three_way_comp_ref_type.h
libcxx/include/__algorithm/unwrap_iter.h
libcxx/include/__assert
libcxx/include/__config_site.in
libcxx/include/__debug
libcxx/include/__format/buffer.h
libcxx/include/__format/format_functions.h
libcxx/include/__format/formatter_bool.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__hash_table
libcxx/include/__iterator/wrap_iter.h
libcxx/include/__ranges/filter_view.h
libcxx/include/__tree
libcxx/include/algorithm
libcxx/include/charconv
libcxx/include/functional
libcxx/include/iterator
libcxx/include/list
libcxx/include/locale
libcxx/include/module.modulemap.in
libcxx/include/span
libcxx/include/string
libcxx/include/unordered_map
libcxx/include/unordered_set
libcxx/include/vector
libcxx/src/CMakeLists.txt
libcxx/src/debug.cpp
libcxx/src/include/ryu/ryu.h
libcxx/test/libcxx/algorithms/alg.modifying.operations/copy_move_nontrivial.pass.cpp
libcxx/test/libcxx/algorithms/alg.modifying.operations/copy_move_trivial.pass.cpp
libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/complexity.pass.cpp
libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator.pass.cpp
libcxx/test/libcxx/iterators/unwrap_iter.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/complexity.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ranges_sort_heap.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.three.way/lexicographical_compare_three_way_comp.pass.cpp
libcxx/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp
libcxx/test/std/containers/sequences/vector/constant_initialization.pass.cpp
libcxx/test/support/container_debug_tests.h
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
libcxx/utils/data/ignore_format.txt
libcxx/utils/gdb/libcxx/printers.py
libcxx/utils/generate_iwyu_mapping.py
libcxx/utils/libcxx/test/features.py
libcxx/utils/libcxx/test/header_information.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153672.535026.patch
Type: text/x-patch
Size: 171008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230627/390263d0/attachment-0001.bin>
More information about the libcxx-commits
mailing list