[all-commits] [llvm/llvm-project] 163865: [libc++][hardening] Categorize more 'valid-element...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Wed Dec 20 17:25:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1638657dce0ca03c7d5cd9dfc23bf31485b4ac43
https://github.com/llvm/llvm-project/commit/1638657dce0ca03c7d5cd9dfc23bf31485b4ac43
Author: Konstantin Varlamov <varconsteq at gmail.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M libcxx/include/__algorithm/ranges_max.h
M libcxx/include/__algorithm/ranges_min.h
M libcxx/include/__algorithm/ranges_minmax.h
M libcxx/include/__algorithm/sample.h
M libcxx/include/__format/formatter_output.h
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/include/__iterator/common_iterator.h
M libcxx/include/__iterator/counted_iterator.h
M libcxx/include/__ranges/subrange.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__utility/is_pointer_in_range.h
M libcxx/include/experimental/__simd/vec_ext.h
M libcxx/src/support/ibm/xlocale_zos.cpp
M libcxx/test/libcxx/algorithms/alg.sorting/assert.min.max.pass.cpp
A libcxx/test/libcxx/iterators/predef.iterators/counted.iterator/assert.pass.cpp
A libcxx/test/libcxx/iterators/predef.iterators/iterators.common/assert.pass.cpp
Log Message:
-----------
[libc++][hardening] Categorize more 'valid-element-access' checks. (#71620)
More information about the All-commits
mailing list